MFS: Stop reaping children. It makes evil things happen to the extraction
loop.
This commit is contained in:
parent
3fa010222f
commit
7a631f774d
@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv)
|
||||
i = 0;
|
||||
sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i));
|
||||
#endif
|
||||
#if 0
|
||||
signal(SIGCHLD, reap_children);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv)
|
||||
i = 0;
|
||||
sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i));
|
||||
#endif
|
||||
#if 0
|
||||
signal(SIGCHLD, reap_children);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
Loading…
Reference in New Issue
Block a user