CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/02 09:54:05
Modified files:
lib/libc/gen : getgrent.c getgrouplist.c getpwent.c
Log message:
The "always hint that getpw operation is happening with access() the YP
lock file" would trash errno, creating confusion.
One instance found by richardipsum@fastmail, other two identified from
original commit
ok millert
