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
commit488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (patch)
treee0f6faaf3405d166a9aa04acc02cf258d776f2b5 /src/emacs.c
parente397a0172fe822eb80080184f5961a26916c9626 (diff)
downloademacs-488b7cb38fdeb47e67b0f6e8edd10e01cbc55595.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