aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-13 22:24:38 +0000
committerRichard M. Stallman1994-04-13 22:24:38 +0000
commit647cec74eca86fdc1123cbaf971d4e4f972f9145 (patch)
treea88b05b306fdc9dd5ba02e0248b68d6eff063dd3
parent29beb080a9f6f6462e7fde93ae3d347e79d4ad62 (diff)
downloademacs-647cec74eca86fdc1123cbaf971d4e4f972f9145.tar.gz
emacs-647cec74eca86fdc1123cbaf971d4e4f972f9145.zip
(inherited_pgroup): Conditionalize on BSD_PGRPS.
-rw-r--r--src/emacs.c2
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. */
95int emacs_priority; 95int emacs_priority;
96 96
97#ifdef BSD 97#ifdef BSD_PGRPS
98/* See sysdep.c. */ 98/* See sysdep.c. */
99extern int inherited_pgroup; 99extern int inherited_pgroup;
100#endif 100#endif