1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(inherited_pgroup): Conditionalize on BSD_PGRPS.

This commit is contained in:
Richard M. Stallman 1994-04-13 22:24:38 +00:00
parent 29beb080a9
commit 647cec74ec

View file

@ -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