This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=8230ff6339730ffc872e67712d5256e3c682d17e The branch, master has been updated via 8230ff6339730ffc872e67712d5256e3c682d17e (commit) from c4130196c3de9cdc724d718949661f57ba1d0574 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8230ff6339730ffc872e67712d5256e3c682d17e Author: Simon Josefsson <[email protected]> Date: Mon Nov 9 15:54:21 2009 +0100 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: gltests/test-fseeko.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gltests/test-fseeko.c b/gltests/test-fseeko.c index 9c284da..93b0adc 100644 --- a/gltests/test-fseeko.c +++ b/gltests/test-fseeko.c @@ -21,6 +21,12 @@ #include <stdio.h> #include <stdlib.h> +/* None of the files accessed by this test are large, so disable the + fseek link warning if we are not using the gnulib fseek module. */ +#if !GNULIB_FSEEK +# undef fseek +#endif + #define ASSERT(expr) \ do \ { \ hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
