Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)
authorderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 03:52:04 +0000 (03:52 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 14 Jul 2014 03:52:04 +0000 (03:52 +0000)
commit856baa64bd566c95a94989b7497173fd6795a4ef
treef81daa49d5177725030e9aacec04375a5dc3175f
parenteefb2392f242f17b715421242099c7436ac3dfbd
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
lib/libc/gen/syslog_r.c
sys/sys/syslog.h