On 17-Dec-00 Poul-Henning Kamp wrote:
>
> This patch is for the printf(9), log(9) & /dev/console stuff.
> The result is that you can watch the output from /etc/rc in
> your /var/log/messages.
>
> Poul-Henning
>
>
> 1. Replace logwakeup() with msgbuftrigger++; There is little
> point in calling a function to set a flag.
Abstraction to keep other code from having to know the iternals of the log(9)
device? Maybe use a #define for logwakeup() that does the msgbuftrigger++ to
keep the abstraction w/o the overhead?
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message