- (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null
    implementation of endgrent for platforms that don't have it (eg Android).
    Loosely based on a patch from Nathan Osman, ok djm
diff --git a/configure.ac b/configure.ac
index 7d8adfc..13c0558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.524 2013/05/16 10:47:32 dtucker Exp $
+# $Id: configure.ac,v 1.525 2013/05/29 22:29:09 dtucker Exp $
 #
 # Copyright (c) 1999-2004 Damien Miller
 #
@@ -15,7 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.524 $)
+AC_REVISION($Revision: 1.525 $)
 AC_CONFIG_SRCDIR([ssh.c])
 AC_LANG([C])
 
@@ -1531,6 +1531,7 @@
 	clock \
 	closefrom \
 	dirfd \
+	endgrent \
 	fchmod \
 	fchown \
 	freeaddrinfo \