changeset 6793:211a3b19d9ef

Correct an outdated comment. From Bruno Haible.
author Jim Meyering <jim@meyering.net>
date Fri, 19 May 2006 13:00:12 +0000
parents 3d3367284a08
children a0631eab049d
files lib/getugroups.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ();