diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 470af25d201..d80a2439b2c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -420,7 +420,7 @@ main (argc, argv, envp) | |||
| 420 | 420 | ||
| 421 | clearerr (stdin); | 421 | clearerr (stdin); |
| 422 | 422 | ||
| 423 | #ifdef BSD | 423 | #ifdef BSD_PGRPS |
| 424 | if (initialized) | 424 | if (initialized) |
| 425 | { | 425 | { |
| 426 | inherited_pgroup = EMACS_GETPGRP (0); | 426 | inherited_pgroup = EMACS_GETPGRP (0); |