changeset 5965:b14326f9debb

(main): Test BSD_PGRPS, not BSD.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 03:00:56 +0000
parents 1b850ec1a5e2
children cef67aeae92b
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu Feb 17 02:59:48 1994 +0000
+++ b/src/emacs.c	Thu Feb 17 03:00:56 1994 +0000
@@ -420,7 +420,7 @@
 
   clearerr (stdin);
 
-#ifdef BSD
+#ifdef BSD_PGRPS
   if (initialized)
     {
       inherited_pgroup = EMACS_GETPGRP (0);