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
b917b2e2
Commit
b917b2e2
authored
Nov 20, 1997
by
Karl Heuer
Browse files
Treat DGUX the same as USG.
parent
f4afda69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sysdep.c
src/sysdep.c
+2
-2
No files found.
src/sysdep.c
View file @
b917b2e2
...
...
@@ -147,7 +147,7 @@ extern int errno;
#undef TIOCSWINSZ
#endif
#ifdef
USG
#if
def
ined(USG) || defined(DGUX)
#include <sys/utsname.h>
#include <string.h>
#ifndef MEMORY_IN_STRING_H
...
...
@@ -162,7 +162,7 @@ extern int errno;
#include <sys/ptem.h>
#endif
#endif
/* TIOCGWINSZ or ISC4_0 */
#endif
/* USG */
#endif
/* USG
or DGUX
*/
extern
int
quit_char
;
...
...
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