CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/24 17:01:21
Modified files:
lib/libc/gen : syslog_r.c
lib/libc/hidden: syslog.h
lib/libc/sys : Makefile.inc
Log message:
Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing
LOG_CONS to the kernel. As a result, the /dev/console opening code can
be removed.
ok kettenis millert beck
