changeset 17693:b40e126b30fd

Delete the code that was trying to define BSD "right" now that Emacs doesn't use the symbol BSD this way.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 May 1997 19:22:58 +0000
parents 426dde653028
children c9fd662941e3
files src/s/bsd386.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/bsd386.h	Wed May 07 19:19:04 1997 +0000
+++ b/src/s/bsd386.h	Wed May 07 19:22:58 1997 +0000
@@ -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