changeset 2353:ec8d40776ff1

* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Mar 1993 02:11:11 +0000
parents 8c8fe9da1f5e
children dcc756fba34f
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Mar 25 01:57:43 1993 +0000
+++ b/src/xterm.c	Thu Mar 25 02:11:11 1993 +0000
@@ -54,8 +54,10 @@
 #include <sys/ioctl.h>
 #include <strings.h>
 #else /* ! defined (BSD) */
+#ifndef VMS
 #include <sys/termio.h>
 #include <string.h>
+#endif
 #endif /* ! defined (BSD) */
 
 /* Allow m- file to inhibit use of FIONREAD.  */