From 647cec74eca86fdc1123cbaf971d4e4f972f9145 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Apr 1994 22:24:38 +0000 Subject: [PATCH] (inherited_pgroup): Conditionalize on BSD_PGRPS. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5