Minor mod to prevent compiler warning
This commit is contained in:
parent
5109b16ab2
commit
d46703ea4d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue