CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/08 09:47:43
Modified files:
lib/libc/gen : getpwent.c
Log message:
Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.
Prevent close(2) and syslog(3) from stomping on errno; from guenther@.
Set ERANGE if the buf is too small, required by POSIX; from jca@.
ok millert@
