diff options
| author | Richard M. Stallman | 1994-04-13 22:24:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 22:24:38 +0000 |
| commit | 647cec74eca86fdc1123cbaf971d4e4f972f9145 (patch) | |
| tree | a88b05b306fdc9dd5ba02e0248b68d6eff063dd3 | |
| parent | 29beb080a9f6f6462e7fde93ae3d347e79d4ad62 (diff) | |
| download | emacs-647cec74eca86fdc1123cbaf971d4e4f972f9145.tar.gz emacs-647cec74eca86fdc1123cbaf971d4e4f972f9145.zip | |
(inherited_pgroup): Conditionalize on BSD_PGRPS.
| -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 42d11f87564..50a0f9f3c3d 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -94,7 +94,7 @@ int inhibit_window_system; | |||
| 94 | priority; Those functions have their own extern declaration. */ | 94 | priority; Those functions have their own extern declaration. */ |
| 95 | int emacs_priority; | 95 | int emacs_priority; |
| 96 | 96 | ||
| 97 | #ifdef BSD | 97 | #ifdef BSD_PGRPS |
| 98 | /* See sysdep.c. */ | 98 | /* See sysdep.c. */ |
| 99 | extern int inherited_pgroup; | 99 | extern int inherited_pgroup; |
| 100 | #endif | 100 | #endif |