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=b0df618c4214be57536ebe4a7c87178288f7969a The branch, master has been updated via b0df618c4214be57536ebe4a7c87178288f7969a (commit) from b93ee009c71232f676969610240a0b31f3b44b65 (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 b0df618c4214be57536ebe4a7c87178288f7969a Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 19:04:24 2010 +0100 Drop pwd.h #include (not used?). ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 --- src/internal.h | 5 +---- 2 files changed, 1 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 3febf02..2d892b7 100644 --- a/configure.ac +++ b/configure.ac @@ -39,9 +39,6 @@ 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 ea409eb..4e8f0bb 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,5 +1,5 @@ /* internal.h --- internal header file for gsasl - * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson + * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson * * This file is part of GNU SASL. * @@ -39,9 +39,6 @@ #include <unistd.h> #include <netinet/in.h> #include <netdb.h> -#ifdef HAVE_PWD_H -# include <pwd.h> /* getpwnam */ -#endif #include <gsasl.h> hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
