projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5bfba
)
Correct an outdated comment. From Bruno Haible.
author
Jim Meyering
<jim@meyering.net>
Fri, 19 May 2006 13:00:12 +0000
(13:00 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 19 May 2006 13:00:12 +0000
(13:00 +0000)
lib/getugroups.c
patch
|
blob
|
history
diff --git
a/lib/getugroups.c
b/lib/getugroups.c
index 7aa540db79d8ad3e449b6808585c112796bb661d..dfcffd75fa52ec84b028b0d6c585c242f6dbd201 100644
(file)
--- 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 ();