add COMPAT_SUNOS
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 15 Feb 1992 09:38:56 +0000 (01:38 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 15 Feb 1992 09:38:56 +0000 (01:38 -0800)
SCCS-vsn: sys/kern/tty_compat.c 7.11

usr/src/sys/kern/tty_compat.c

index 0b62225..38ed19f 100644 (file)
@@ -4,13 +4,13 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tty_compat.c        7.10 (Berkeley) %G%
+ *     @(#)tty_compat.c        7.11 (Berkeley) %G%
  */
 
 /* 
  * mapping routines for old line discipline (yuck)
  */
  */
 
 /* 
  * mapping routines for old line discipline (yuck)
  */
-#ifdef COMPAT_43
+#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
@@ -369,4 +369,4 @@ ttcompatsetlflags(tp, t)
        t->c_lflag = lflag;
        t->c_cflag = cflag;
 }
        t->c_lflag = lflag;
        t->c_cflag = cflag;
 }
-#endif /* COMPAT_43 */
+#endif /* COMPAT_43 || COMPAT_SUNOS */