Minor mod to prevent compiler warning
This commit is contained in:
parent
d9c77a9768
commit
6a7cfe749a
@ -77,7 +77,7 @@ struct tchars {
|
|||||||
#else
|
#else
|
||||||
#define HUPCL 0000001 /* unused ??? */
|
#define HUPCL 0000001 /* unused ??? */
|
||||||
#endif
|
#endif
|
||||||
/*#define COOKED 0000000 /* neither CBREAK nor RAW */
|
#undef COOKED 0000000 /* neither CBREAK nor RAW */
|
||||||
|
|
||||||
#ifdef __BDS4_2
|
#ifdef __BDS4_2
|
||||||
#define TIOCGETP (('t'<<8) | 8 | (6 << 16) | 0x40000000)
|
#define TIOCGETP (('t'<<8) | 8 | (6 << 16) | 0x40000000)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user