CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/13 16:04:05
Modified files:
usr.sbin/dhcpd : bpf.c confpars.c db.c dhcp.c dhcpd.c dhcpd.h
dispatch.c icmp.c memory.c parse.c pfutils.c
sync.c
Log message:
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
log_warn(). Zap a couple of explicit 'syslog()' calls.
