CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/12 03:58:23
Modified files:
lib/libc/gen : getpwent.c
Log message:
The functions getpw{nam,uid}_r() no longer set errno, not even if an
error occurs, but of course they do return the error. This matches
what getgr{nam,gid}_r() have already been doing. Original idea
by kettenis@, and deraadt@ called that idea "the only sane approach".
ok kettenis@ millert@
