From 93e74a71b7b00bcbce0b2e4c0fe132ded3163d90 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 03:00:56 +0000 Subject: [PATCH] (main): Test BSD_PGRPS, not BSD. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 470af25d201..d80a2439b2c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -420,7 +420,7 @@ main (argc, argv, envp) clearerr (stdin); -#ifdef BSD +#ifdef BSD_PGRPS if (initialized) { inherited_pgroup = EMACS_GETPGRP (0); -- 2.39.5