add DR_NEWINODEFMT to indicate new format inodes on tape
[unix-history] / usr / src / include / sgtty.h
index adde8b3..61fe36b 100644 (file)
@@ -1,20 +1,13 @@
-/*     sgtty.h 4.2     84/12/31        */
-
 /*
 /*
- * Structure for stty and gtty system calls.
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)sgtty.h     5.2 (Berkeley) %G%
  */
 
  */
 
-#ifndef        _IOCTL_
-#include <sys/ioctl.h>
-#endif
-
-#ifndef _SGTTYB_
-#define        _SGTTYB_
-struct sgttyb {
-       char    sg_ispeed;              /* input speed */
-       char    sg_ospeed;              /* output speed */
-       char    sg_erase;               /* erase character */
-       char    sg_kill;                /* kill character */
-       short   sg_flags;               /* mode flags */
-};
+#ifndef USE_OLD_TTY
+#define        USE_OLD_TTY
 #endif
 #endif
+#include <sys/ioctl.h>