diff options
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r-- | sys/kern/tty_compat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index 0ec192679246..4e2c16fe8871 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -34,11 +34,9 @@ __FBSDID("$FreeBSD$"); #include "opt_compat.h" -#ifndef BURN_BRIDGES /* * mapping routines for old line discipline (yuck) */ -#if defined(COMPAT_43) #include <sys/param.h> #include <sys/systm.h> @@ -471,6 +469,3 @@ ttcompatsetlflags(struct tty *tp, struct termios *t) t->c_lflag = lflag; t->c_cflag = cflag; } -#endif /* COMPAT_43 */ - -#endif /* BURN_BRIDGES */ |