CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/06/25 19:06:04
Modified files: usr.sbin/hotplugd: hotplugd.c Log message: If two or more children exit before hotplugd is scheduled only one SIGCHLD will be delivered, so deal with this case in the SIGCHLD handler. Also retry if waitpid() fails with EINTR. looks good deraadt@ millert@