CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/10 12:50:43
Modified files:
usr.sbin/hotplugd: hotplugd.c
Log message:
Ignore ECHILD returns from waitpid() in the signal handler; it appears we
generate SIGCHLD spuriously in some cases. Also, hotplugd doesn't care
if a child is stopped, so set SA_NOCLDSTOP to suppress SIGCHLDs from that.
Problem reported by Thomas Pfaff.
ok deraadt@
