mycroft
Wed Oct 8 00:16:01 PDT 1997
Update of /cvsroot/src/usr.sbin/inetd
In directory netbsd1:/var/slash-tmp/cvs-serv26762
Modified Files:
inetd.c
Log Message:
Don't sleep if we get EINTR from select(2) (e.g. because we got
a SIGCHLD when something died). From PR 4056, by David Holland.