CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/10 15:50:05
Modified files:
usr.bin/getent : getent.c
Log message:
Fix YP user and group support in getent(1).
These should have been "stdio getpw" before, but they worked for non-YP
environments. With YP, it won't work without "getpw".
Reported by semarie@ and confirmed as a problem by miod@.
ok deraadt@
