# HG changeset patch # User Richard M. Stallman # Date 863032978 0 # Node ID b40e126b30fde07659a385ef19a899e61e2cff72 # Parent 426dde65302896041a7c839aadb45d912f287382 Delete the code that was trying to define BSD "right" now that Emacs doesn't use the symbol BSD this way. diff -r 426dde653028 -r b40e126b30fd src/s/bsd386.h --- 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 /* To get BSD defined consistently. */ -#endif - #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */ #ifdef emacs