mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Backout 1.51 on DES's request.
Approved by: des
This commit is contained in:
parent
e024f583de
commit
6592cfde7a
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue