CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/18 07:06:33
Modified files:
usr.sbin/ypldap: entries.c ldapclient.c parse.y yp.c ypldap.h
ypldap_dns.c
Log message:
Do not duplicate prototypes of log.h in ypldap.h (without the extra
__format__ attribute on top).
Also properly ignore SIGHUP in the child processes.
OK jmatthew@
