CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/03 08:50:53
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Instead of creating a line buffer on the stack, tcp_readcb() can
use the global linebuf like the other libevent read callbacks.
OK jung@
