Minor mod to prevent compiler warning
authorceriel <none@none>
Tue, 3 Dec 1991 10:48:57 +0000 (10:48 +0000)
committerceriel <none@none>
Tue, 3 Dec 1991 10:48:57 +0000 (10:48 +0000)
include/_tail_cc/sgtty.h

index b9113f8..6007747 100644 (file)
@@ -77,7 +77,7 @@ struct tchars {
 #else
 #define HUPCL       0000001    /* unused ??? */
 #endif
-/*#define COOKED     0000000   /* neither CBREAK nor RAW */
+#undef COOKED     0000000      /* neither CBREAK nor RAW */
 
 #ifdef __BDS4_2
 #define TIOCGETP (('t'<<8) | 8 | (6 << 16) | 0x40000000)