remove NOHANG - not to be done in kernel
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 17 May 1990 06:54:50 +0000 (22:54 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 17 May 1990 06:54:50 +0000 (22:54 -0800)
SCCS-vsn: sys/sys/termios.h 7.8

usr/src/sys/sys/termios.h

index cf27842..089c3d4 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)termios.h   7.7 (Berkeley) %G%
+ *     @(#)termios.h   7.8 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -60,7 +60,7 @@
 #define VMIN           16      /* !ICANON */
 #define VTIME          17      /* !ICANON */
 #ifndef _POSIX_SOURCE
 #define VMIN           16      /* !ICANON */
 #define VTIME          17      /* !ICANON */
 #ifndef _POSIX_SOURCE
-#define VINFO          18      /* ISIG */
+#define VINFO          18      /* ICANON */
 /*                     19         spare 2 */
 #define        NCC             20
 #endif  /*_POSIX_SOURCE */
 /*                     19         spare 2 */
 #define        NCC             20
 #endif  /*_POSIX_SOURCE */
 #define TOSTOP         0x00400000      /* stop background jobs from output */
 #ifndef _POSIX_SOURCE
 #define FLUSHO         0x00800000      /* output being flushed (state) */
 #define TOSTOP         0x00400000      /* stop background jobs from output */
 #ifndef _POSIX_SOURCE
 #define FLUSHO         0x00800000      /* output being flushed (state) */
-#define        NOHANG          0x01000000      /* XXX this should go away */
 #define        NOKERNINFO      0x02000000      /* no kernel output from VINFO */
 #define PENDIN         0x20000000      /* XXX retype pending input (state) */
 #endif  /*_POSIX_SOURCE */
 #define        NOKERNINFO      0x02000000      /* no kernel output from VINFO */
 #define PENDIN         0x20000000      /* XXX retype pending input (state) */
 #endif  /*_POSIX_SOURCE */