Backout 1.51 on DES's request.
Approved by: des
This commit is contained in:
parent
e024f583de
commit
6592cfde7a
@ -319,8 +319,6 @@ main(int argc, char *argv[])
|
||||
child_pid = fork();
|
||||
switch (child_pid) {
|
||||
default:
|
||||
setpgid(child_pid, child_pid);
|
||||
tcsetpgrp(1, child_pid);
|
||||
while ((ret_pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
|
||||
if (WIFSTOPPED(statusp)) {
|
||||
child_pgrp = tcgetpgrp(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user