CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/05 15:59:58
Modified files:
usr.sbin/ypldap: entries.c ldapclient.c yp.c
Log message:
ypldap: fix -Wunused-but-set-variable warnings
* wrlen has been write-only since the code was imported
* removing "dns_pid" mirrors ntpd/ntp.c 1.122
* ifdef out unfinished code in yp_check()
ok millert@ deraadt@
