summaryrefslogtreecommitdiff
path: root/lib/getugroups.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-19 13:00:12 +0000
committerJim Meyering <jim@meyering.net>2006-05-19 13:00:12 +0000
commitbeefd70dc65efd74704ca10951277b571c3e109a (patch)
tree573a9b725f262aa6861fbbc24e58e0eb9b7097c1 /lib/getugroups.c
parent0c5bfbac92bc96cc7c6d8357d596f47a569b3b11 (diff)
downloadgnulib-beefd70dc65efd74704ca10951277b571c3e109a.tar.gz
Correct an outdated comment. From Bruno Haible.
Diffstat (limited to 'lib/getugroups.c')
-rw-r--r--lib/getugroups.c3
1 files changed, 1 insertions, 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 ();