]> git.eshelyaron.com Git - emacs.git/commitdiff
Treat DGUX the same as USG.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Nov 1997 21:54:20 +0000 (21:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Nov 1997 21:54:20 +0000 (21:54 +0000)
src/sysdep.c

index e8176753b3ad4b5be61fa12ab3f466cff35b189c..e304feded3ff6eff8398f300f6d4107be47385bf 100644 (file)
@@ -147,7 +147,7 @@ extern int errno;
 #undef TIOCSWINSZ
 #endif
 
-#ifdef USG
+#if defined(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;