CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/02/12 08:53:15
Modified files: sbin/dhclient : bpf.c dhclient.c dispatch.c kroute.c privsep.c Log message: Eliminate most strerror() invocations by using log_warn() and fatal() instead of log_warnx() and fatalx(). A few log_info() to log_warn() for the same reason. Suggested by millert@.