CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/17 17:43:47
Modified files:
sys/kern : subr_log.c subr_prf.c tty.c
sys/dev : cons.c cons.h
Log message:
Allow sendsyslog(2) with LOG_CONS even when /dev/console has not
been opened during init(8). Only log with cnwrite() if cn_devvp
exists, otherwise use cnputc() as fallback. While there move extern
declarations to dev/cons.h.
input and OK deraadt@
