changeset 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 299bc3465e3a
children 12053498f19b
files src/s/bsd386.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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 */