From: Richard M. Stallman Date: Wed, 7 May 1997 19:22:58 +0000 (+0000) Subject: Delete the code that was trying to define BSD "right" X-Git-Tag: emacs-20.1~2252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=214c0a6281a6baf83d25c5ec25070fc1c4114878;p=emacs.git Delete the code that was trying to define BSD "right" now that Emacs doesn't use the symbol BSD this way. --- 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 /* To get BSD defined consistently. */ -#endif - #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */ #ifdef emacs