diff options
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r-- | sys/kern/tty_compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index 53db787..1cd0dd1 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); /* * mapping routines for old line discipline (yuck) */ -#if defined(COMPAT_43) || defined(COMPAT_SUNOS) +#if defined(COMPAT_43) #include <sys/param.h> #include <sys/systm.h> @@ -485,4 +485,4 @@ ttcompatsetlflags(tp, t) t->c_lflag = lflag; t->c_cflag = cflag; } -#endif /* COMPAT_43 || COMPAT_SUNOS */ +#endif /* COMPAT_43 */ |