]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSD): Include sys/param.h instead of redefining BSD.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 17:44:05 +0000 (17:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 17:44:05 +0000 (17:44 +0000)
But do this only if emacs is defined.

src/s/bsd386.h

index 000a9326ae7670b72397bf93c4ab2288f7ab40c0..040519f510ac945e5a86bede4dbbff2bbc36a0c7 100644 (file)
 #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 */