Oops, replace a rather important line that was lost in transit 8-(
This commit is contained in:
parent
d4aa237228
commit
1638d6b6d5
@ -65,7 +65,8 @@ int system(command)
|
||||
(void)sigaction(SIGINT, &ign, &intact);
|
||||
(void)sigaction(SIGQUIT, &ign, &quitact);
|
||||
(void)sigemptyset(&newsigblock);
|
||||
sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
|
||||
(void)sigaddset(&newsigblock, SIGCHLD);
|
||||
(void)sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
|
||||
switch(pid = fork()) {
|
||||
case -1: /* error */
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user