summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-09-17 02:56:22 +0000
committerKarl Heuer <kwzh@gnu.org>1996-09-17 02:56:22 +0000
commit6fa8ce29980d4531cb87de78e7e07f5d053780fb (patch)
treec1778da80a2f6257ab916ba1e529e48557ce6024 /src/emacs.c
parentd684e60aebb8f10690410f16726faba243e4810e (diff)
downloademacs-6fa8ce29980d4531cb87de78e7e07f5d053780fb.tar.gz
Replace symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 5d7dd7202f0..4aa3f5d620d 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
#include <ssdef.h>
#endif
-#ifdef BSD
+#ifdef BSD_SYSTEM
#include <sys/ioctl.h>
#endif