Several fixes. The big one is that all of the
[unix-history] / usr / src / libexec / telnetd / defs.h
index 215baec..00d3794 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)defs.h      5.11 (Berkeley) %G%
+ *     @(#)defs.h      5.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -120,6 +120,10 @@ typedef unsigned char cc_t;
 #include <memory.h>
 #endif /* CRAY */
 
 #include <memory.h>
 #endif /* CRAY */
 
+#ifdef __hpux
+#include <sys/ptyio.h>
+#endif
+
 #if    !defined(TIOCSCTTY) && defined(TCSETCTTY)
 # define       TIOCSCTTY TCSETCTTY
 #endif
 #if    !defined(TIOCSCTTY) && defined(TCSETCTTY)
 # define       TIOCSCTTY TCSETCTTY
 #endif