# HG changeset patch # User Richard M. Stallman # Date 800041445 0 # Node ID 18d3fd9e72f0f9459be7ad7542f99cabcaecd3bb # Parent 299bc3465e3aaa28bc6b7c40d3676b253690f8a1 (BSD): Include sys/param.h instead of redefining BSD. But do this only if emacs is defined. diff -r 299bc3465e3a -r 18d3fd9e72f0 src/s/bsd386.h --- a/src/s/bsd386.h Tue May 09 17:42:56 1995 +0000 +++ b/src/s/bsd386.h Tue May 09 17:44:05 1995 +0000 @@ -35,9 +35,11 @@ #define HAVE_TERMIOS #define NO_TERMIO -/* this silences a few compilation warnings */ +/* This silences a few compilation warnings. */ +#ifdef emacs #undef BSD -#define BSD 199103 +#include /* To get BSD defined consistently. */ +#endif #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */