diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 3d219c69c78..0eacd05cc3e 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -591,11 +591,7 @@ sys_suspend () | |||
| 591 | #ifdef SIGTSTP | 591 | #ifdef SIGTSTP |
| 592 | 592 | ||
| 593 | { | 593 | { |
| 594 | #ifdef USG | 594 | int pgrp = EMACS_GETPGRP (0); |
| 595 | int pgrp = getpgrp (); | ||
| 596 | #else | ||
| 597 | int pgrp = getpgrp (0); | ||
| 598 | #endif | ||
| 599 | EMACS_KILLPG (pgrp, SIGTSTP); | 595 | EMACS_KILLPG (pgrp, SIGTSTP); |
| 600 | } | 596 | } |
| 601 | 597 | ||