# HG changeset patch # User Richard M. Stallman # Date 761454056 0 # Node ID b14326f9debb093e66e95b1ae4aacf1ffa62986c # Parent 1b850ec1a5e2d5e88d163fb90de5e5ebdcff99be (main): Test BSD_PGRPS, not BSD. diff -r 1b850ec1a5e2 -r b14326f9debb src/emacs.c --- 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);