Mercurial > emacs
diff src/s/bsd386.h @ 11784:18d3fd9e72f0
(BSD): Include sys/param.h instead of redefining BSD.
But do this only if emacs is defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 May 1995 17:44:05 +0000 |
parents | 32167f40a60a |
children | 0cbb394cbd82 |
line wrap: on
line diff
--- 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 <sys/param.h> /* To get BSD defined consistently. */ +#endif #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */