Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/lpr/lpd
Module Name: src
Committed By: garbled
Date: Wed Jan 18 23:17:38 UTC 2006
Modified Files:
src/usr.sbin/lpr/lpd: lpd.c
Log Message:
If we set SIGCHLD to SIG_IGN then any wait()'s on the child processes will
return -1. This causes filters to fail because we get a value for
child_pid we weren't expecting. Set SIGCHLD to SIG_DFL instead to clear
the reapchild setting when forking the child lpd.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/usr.sbin/lpr/lpd/lpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index