CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/16 21:12:20
Modified files:
usr.sbin/ypbind: ypbind.c
Log message:
/var/run/ypbind.lock doesn't need to be created with an advisory lock anymore,
because libc & pledge() doesn't care.
libc now calls ypconnect(), which still cares about the advisory lock on
/var/yp/bindings/$domain.2, so that code remains.
ok jmatthew miod
