Backout 1.51 on DES's request.

Approved by:	des
This commit is contained in:
Matthew Dillon 2002-06-26 00:38:39 +00:00
parent e024f583de
commit 6592cfde7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98836

View File

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