cvs commit: src/lib/libc/gen getgrent.3 getgrent.c
Tim Kientzle
kientzle at FreeBSD.org
Mon May 17 15:15:50 PDT 2004
kientzle 2004/05/17 15:15:49 PDT
FreeBSD src repository
Modified files:
lib/libc/gen getgrent.3 getgrent.c
Log:
getgrent() and friends should set errno if there is an error.
Also, clarify the manpage description of when errno is set and
explain that clients should set errno=0 first if they want useful
error information.
Revision Changes Path
1.24 +5 -1 src/lib/libc/gen/getgrent.3
1.32 +3 -0 src/lib/libc/gen/getgrent.c
More information about the cvs-src
mailing list