CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/07/05 16:05:12
Modified files: usr.sbin/syslogd: syslogd.c Log message: Let syslogd run with non-blocking sockets. Replace the existing fcntl(O_NONBLOCK) with the simpler SOCK_NONBLOCK and add this flag to the UDP sockets. React to EWOULDBLOCK although it should not happen. OK benno@