From efdf5342143a887013a1daae583167dadf6752a7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 30 May 2013 08:29:08 +1000 Subject: - (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 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7d8adfcbc..13c055849 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 @@ AC_CHECK_FUNCS([ \ clock \ closefrom \ dirfd \ + endgrent \ fchmod \ fchown \ freeaddrinfo \ -- cgit v1.2.3