From: ceriel Date: Tue, 3 Dec 1991 10:48:57 +0000 (+0000) Subject: Minor mod to prevent compiler warning X-Git-Tag: release-5-5~571 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d46703ea4d2c7a16cf4a38207fcab11ebf7c67ad;p=ack.git Minor mod to prevent compiler warning --- diff --git a/include/_tail_cc/sgtty.h b/include/_tail_cc/sgtty.h index b9113f8b7..600774739 100644 --- a/include/_tail_cc/sgtty.h +++ b/include/_tail_cc/sgtty.h @@ -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)