CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/04/05 09:16:13
Modified files: usr.sbin/syslogd: syslogd.c Log message: Replace all combinations of logerror() and die() with log.c fatal(). Internally syslogd's fatal() calls die() to do cleanup if necessary. Also replace all err(3) after log_init() with fatal(). OK millert@