summaryrefslogtreecommitdiff
path: root/src/s/bsd386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/bsd386.h')
-rw-r--r--src/s/bsd386.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index c170c1efdca..77e30d04bfa 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -32,12 +32,6 @@
#define HAVE_TERMIOS
#define NO_TERMIO
-/* This silences a few compilation warnings. */
-#ifdef emacs
-#undef BSD_SYSTEM
-#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 */
#ifdef emacs