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=215bdb61d417ca0ffb5a5d91364e0f488973adc4 The branch, master has been updated via 215bdb61d417ca0ffb5a5d91364e0f488973adc4 (commit) via f7a4d4b0337f7cceebb1c0bb3df0499d294e5f8e (commit) from b0df618c4214be57536ebe4a7c87178288f7969a (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 215bdb61d417ca0ffb5a5d91364e0f488973adc4 Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 19:05:48 2010 +0100 Fix comment. commit f7a4d4b0337f7cceebb1c0bb3df0499d294e5f8e Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 19:05:19 2010 +0100 Revert "Drop pwd.h #include (not used?)." This reverts commit b0df618c4214be57536ebe4a7c87178288f7969a. ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 +++ src/internal.h | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 2d892b7..3febf02 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,9 @@ AM_MISSING_PROG(EPSTOPDF, epstopdf, $missing_dir) AM_GNU_GETTEXT(external) AM_GNU_GETTEXT_VERSION(0.17) +# Checks for header files. +AC_CHECK_HEADERS(pwd.h) + # Checks for library functions. AC_SEARCH_LIBS(socket, socket) AC_CHECK_FUNCS(getpwuid) diff --git a/src/internal.h b/src/internal.h index 4e8f0bb..f236945 100644 --- a/src/internal.h +++ b/src/internal.h @@ -39,6 +39,9 @@ #include <unistd.h> #include <netinet/in.h> #include <netdb.h> +#ifdef HAVE_PWD_H +# include <pwd.h> /* getpwuid */ +#endif #include <gsasl.h> hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
