diff options
Diffstat (limited to 'termios/sys/ttychars.h')
-rw-r--r-- | termios/sys/ttychars.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/termios/sys/ttychars.h b/termios/sys/ttychars.h index 7043f60..eb1a815 100644 --- a/termios/sys/ttychars.h +++ b/termios/sys/ttychars.h @@ -54,8 +54,4 @@ struct ttychars { char tc_lnextc; /* literal next character */ }; -#ifdef __USE_OLD_TTY -#include <sys/ttydefaults.h> /* to pick up character defaults */ -#endif - #endif /* sys/ttychars.h */ |