From 926034b53d01386852a3926dcc67d8909de45fd4 Mon Sep 17 00:00:00 2001 From: Marc Teitelbaum Date: Tue, 21 Nov 1989 02:10:19 -0800 Subject: [PATCH] posix SCCS-vsn: sys/sys/ttychars.h 7.4 --- usr/src/sys/sys/ttychars.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/usr/src/sys/sys/ttychars.h b/usr/src/sys/sys/ttychars.h index f1e13b8540..57d58fb6f0 100644 --- a/usr/src/sys/sys/ttychars.h +++ b/usr/src/sys/sys/ttychars.h @@ -3,10 +3,12 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)ttychars.h 7.3 (Berkeley) %G% + * @(#)ttychars.h 7.3 (Berkeley) 10/18/88 */ /* + * 4.3 COMPATIBILITY FILE + * * User visible structures and constants * related to terminal handling. */ @@ -29,11 +31,7 @@ struct ttychars { char tc_werasc; /* word erase */ char tc_lnextc; /* literal next character */ }; - -#ifdef KERNEL -#include "ttydefaults.h" -#else -#include -#endif - +#ifdef USE_OLD_TTY +#include /* to pick up character defaults */ #endif +#endif /* _TTYCHARS */ -- 2.20.1