From: Richard M. Stallman Date: Wed, 13 Apr 1994 22:24:38 +0000 (+0000) Subject: (inherited_pgroup): Conditionalize on BSD_PGRPS. X-Git-Tag: emacs-19.34~8990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=647cec74eca86fdc1123cbaf971d4e4f972f9145;p=emacs.git (inherited_pgroup): Conditionalize on BSD_PGRPS. --- 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; priority; Those functions have their own extern declaration. */ int emacs_priority; -#ifdef BSD +#ifdef BSD_PGRPS /* See sysdep.c. */ extern int inherited_pgroup; #endif