CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/01/30 17:58:35
Modified files: usr.sbin/syslogd: syslogd.c Log message: The error buffer in syslogd might be too small for the TLS errors. Increase it to 256 bytes and call it ebuf everywhere. OK sthen@