From 6a9740567292a983b05533901dc7a687ec2fb68c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Jul 2006 05:39:07 +0000 Subject: Sync from gnulib. --- lib/getugroups.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/getugroups.c') diff --git a/lib/getugroups.c b/lib/getugroups.c index 7aa540db7..dfcffd75f 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -34,8 +34,7 @@ # define EOVERFLOW EINVAL #endif -/* setgrent, getgrent, and endgrent are not specified by POSIX.1, - so header files might not declare them. +/* Some old header files might not declare setgrent, getgrent, and endgrent. If you don't have them at all, we can't implement this function. You lose! */ struct group *getgrent (); -- cgit v1.2.3-54-g00ecf