summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index a7e83fb..f8975b6 100644
--- a/sys/kern/tty_compat.c
+++ b/sys/kern/tty_compat.c
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
#include "opt_compat.h"
+#ifndef BURN_BRIDGES
/*
* mapping routines for old line discipline (yuck)
*/
@@ -471,3 +472,5 @@ ttcompatsetlflags(struct tty *tp, struct termios *t)
t->c_cflag = cflag;
}
#endif /* COMPAT_43 */
+
+#endif /* BURN_BRIDGES */
OpenPOWER on IntegriCloud