Re: syslogd eintr

2014-10-05 Thread Nicholas Marriott
Hi I would be inclined to leave these - they don't cost much and people expect to see EINTR handled. On Sun, Oct 05, 2014 at 09:55:39PM +0200, Alexander Bluhm wrote: > Hi, > > As libevent uses sigaction(2) with SA_RESTART, the code to handle > EINTR errors can be removed. > > ok? > > bluhm >

Re: syslogd eintr

2014-10-05 Thread Alexander Bluhm
Hi, As libevent uses sigaction(2) with SA_RESTART, the code to handle EINTR errors can be removed. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file: /cvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.128 diff -u -p