aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKarl Heuer1996-09-17 02:56:22 +0000
committerKarl Heuer1996-09-17 02:56:22 +0000
commit488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (patch)
treee0f6faaf3405d166a9aa04acc02cf258d776f2b5 /src/emacs.c
parente397a0172fe822eb80080184f5961a26916c9626 (diff)
downloademacs-488b7cb38fdeb47e67b0f6e8edd10e01cbc55595.tar.gz
emacs-488b7cb38fdeb47e67b0f6e8edd10e01cbc55595.zip
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. */
32#include <ssdef.h> 32#include <ssdef.h>
33#endif 33#endif
34 34
35#ifdef BSD 35#ifdef BSD_SYSTEM
36#include <sys/ioctl.h> 36#include <sys/ioctl.h>
37#endif 37#endif
38 38