CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2017/03/16 17:55:19

Modified files:
        usr.sbin/syslogd: Makefile syslogd.c syslogd.h 
Added files:
        usr.sbin/syslogd: log.c log.h 

Log message:
Start to replace the home grown syslogd(8) internal debug and logging
functions with a more common log.c implementation.  Of course
openlog(3) cannot be used, so adapt the log.[ch] initially copied
from ospfd(8) to syslogd's special needs.  As the messages are
limited to ERRBUFSIZE anyway, malloc(3) in the error logging code
can be avoided.  Changing all log calls to the new API will be done
in a separate step.
OK millert@

Reply via email to