CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/30 20:57:16
Modified files: lib/libc/gen : syslog.c syslog_r.c lib/libc/hidden: syslog.h Log message: Do not include a timestamp in the syslog message. There is no need -- syslogd will fill it in immediately upon reception on the other side of sendsyslog(2). Our libc only talks to our syslogd, which will fix the timestamp before forwarding. syslog_r has done this for a long time already. ok tedu bluhm