CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/05 15:30:04
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
The function logmsg() was used to generate local messages and to
process incoming messages. Split this functionality into log_info()
and logline(). Sort the parameters like they appear in the syslog
line.
OK millert@
