From: Richard M. Stallman Date: Tue, 9 May 1995 17:44:05 +0000 (+0000) Subject: (BSD): Include sys/param.h instead of redefining BSD. X-Git-Tag: emacs-19.34~4074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1872c299cea930bab2028ee2834454c790723d47;p=emacs.git (BSD): Include sys/param.h instead of redefining BSD. But do this only if emacs is defined. --- diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 000a9326ae7..040519f510a 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -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 */