mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
Fix typing error in prev. commit
This commit is contained in:
parent
09d932cf40
commit
3e2322fcff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101749
@ -331,7 +331,7 @@ main(int argc, char *argv[])
|
||||
if (WIFSTOPPED(statusp)) {
|
||||
kill(getpid(), SIGSTOP);
|
||||
child_pgrp = getpgid(child_pid);
|
||||
if (tcgetpgrp(1) == getpgrp()) { {
|
||||
if (tcgetpgrp(1) == getpgrp()) {
|
||||
tcsetpgrp(1, child_pgrp);
|
||||
kill(child_pid, SIGCONT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user