From: jsg Date: Sun, 12 May 2024 08:21:56 +0000 (+0000) Subject: ttybuf[] was removed in 2001, ttydefaults in 1988 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8a8d3c1c877956c51bbc392173ce6d48302830ce;p=openbsd ttybuf[] was removed in 2001, ttydefaults in 1988 --- diff --git a/sys/sys/tty.h b/sys/sys/tty.h index f1fbcb3726b..8b12b26a541 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.h,v 1.42 2023/07/04 11:14:00 jsg Exp $ */ +/* $OpenBSD: tty.h,v 1.43 2024/05/12 08:21:56 jsg Exp $ */ /* $NetBSD: tty.h,v 1.30.4.1 1996/06/02 09:08:13 mrg Exp $ */ /*- @@ -244,10 +244,9 @@ TAILQ_HEAD(ttylist_head, tty); /* the ttylist is a TAILQ */ #ifdef _KERNEL extern int tty_count; /* number of ttys in global ttylist */ -extern struct ttychars ttydefaults; /* Symbolic sleep message strings. */ -extern char ttyin[], ttyout[], ttopen[], ttclos[], ttybg[], ttybuf[]; +extern char ttyin[], ttyout[], ttopen[], ttclos[], ttybg[]; extern int64_t tk_cancc, tk_nin, tk_nout, tk_rawcc;