CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/05 16:44:47
Modified files:
lib/libc/gen : getpwent.c getgrent.c
Log message:
Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),
and getgrgid_r() to agree with POSIX. Not touching errno handling
yet, which will also need fixing.
Problem originally reported by william at 25thandClement dot com on bugs@.
OK sthen@, and kettenis@ agrees it's "a step in the right direction".
