From beefd70dc65efd74704ca10951277b571c3e109a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 May 2006 13:00:12 +0000 Subject: [PATCH] Correct an outdated comment. From Bruno Haible. --- lib/getugroups.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/getugroups.c b/lib/getugroups.c index 7aa540db79..dfcffd75fa 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 (); -- 2.30.2