From: Richard M. Stallman Date: Thu, 17 Feb 1994 03:00:56 +0000 (+0000) Subject: (main): Test BSD_PGRPS, not BSD. X-Git-Tag: emacs-19.34~9887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93e74a71b7b00bcbce0b2e4c0fe132ded3163d90;p=emacs.git (main): Test BSD_PGRPS, not BSD. --- 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);