CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 21:52:04
Modified files:
sys/sys : syslog.h
lib/libc/gen : syslog_r.c
Log message:
Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)
can be used anywhere (signal handler, stack protector fault handler) as
long as the format string does not contain floating point.
ok tedu miod beck
