CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/16 21:10:47
Modified files:
lib/libc/gen : getgrent.c getgrouplist.c getpwent.c
Log message:
since yp_bind() and yp_all() don't use open, fstat, read, socket, and other
rich system calls to perform YP/LDAP lookups, there is no need to access()
/var/run/ypbind.lock to "hint" to pledge that it should open up those system
calls.
ok jmatthew, miod
