MFS: Stop reaping children. It makes evil things happen to the extraction

loop.
This commit is contained in:
Jordan K. Hubbard 2001-11-01 23:32:46 +00:00
parent 3fa010222f
commit 7a631f774d
2 changed files with 4 additions and 0 deletions

View File

@ -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];

View File

@ -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];