Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
febf25d5
Commit
febf25d5
authored
Mar 25, 1993
by
Jim Blandy
Browse files
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
parent
68756f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/xterm.c
View file @
febf25d5
...
@@ -54,8 +54,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -54,8 +54,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/ioctl.h>
#include <sys/ioctl.h>
#include <strings.h>
#include <strings.h>
#else
/* ! defined (BSD) */
#else
/* ! defined (BSD) */
#ifndef VMS
#include <sys/termio.h>
#include <sys/termio.h>
#include <string.h>
#include <string.h>
#endif
#endif
/* ! defined (BSD) */
#endif
/* ! defined (BSD) */
/* Allow m- file to inhibit use of FIONREAD. */
/* Allow m- file to inhibit use of FIONREAD. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment