CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/09/09 04:50:59
Modified files: lib/libc/gen : syslog_r.c Log message: Syslogd can handle 8192 bytes per message now. Increase the libc syslog(3) limit to the same size. The buffer needs one byte more as it conains a NUL that sendsyslog(2) does not process. OK deraadt@