CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/06 05:24:04
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Syslog RFC 5424 says you should add 1 to 6 digits with fractions
of a second to each syslog timestamp. As we do not measure the
time in syslog(3), use only 3 digits with millisecond precision.
OK dlg@
