]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete the code that was trying to define BSD "right"
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 19:22:58 +0000 (19:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 19:22:58 +0000 (19:22 +0000)
now that Emacs doesn't use the symbol BSD this way.

src/s/bsd386.h

index c170c1efdca91c0320aa440fcfc728b8c1f0a888..77e30d04bfae9798ce1ca568d308be303a0c12cf 100644 (file)
 #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