CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/13 14:53:53
Modified files:
usr.sbin/dhcpd : dispatch.c pfutils.c sync.c udpsock.c
Log message:
Do the strerror() elimination dance with log_warnx() -> log_warn(),
fatalx() -> fatal() and even a couple of fprintf(stderr) -> log_warn().
