aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorKarl Heuer1996-09-17 03:43:54 +0000
committerKarl Heuer1996-09-17 03:43:54 +0000
commit6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch)
treed4aeca53aa080087d8cdf29b430bef944b897e43 /src/xterm.c
parent488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff)
downloademacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz
emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.zip
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 2be321ef5f3..d1aa2d4e26e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -51,9 +51,9 @@ Boston, MA 02111-1307, USA. */
51#endif /* makedev */ 51#endif /* makedev */
52#endif /* USG */ 52#endif /* USG */
53 53
54#ifdef BSD 54#ifdef BSD_SYSTEM
55#include <sys/ioctl.h> 55#include <sys/ioctl.h>
56#endif /* ! defined (BSD) */ 56#endif /* ! defined (BSD_SYSTEM) */
57 57
58#include "systty.h" 58#include "systty.h"
59#include "systime.h" 59#include "systime.h"