From 0c7a1e15adebd6b4a9c8144ffe5324a7f2fc9cd9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 25 Aug 2017 02:41:01 +0000 Subject: [PATCH] Oops, the previous commit was missing 1 line. --- sys/dev/syscons/syscons.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 07a05b4a3251..f54b20eed6c9 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -1933,6 +1933,7 @@ sc_cnputc(struct consdev *cd, int c) u_char buf[1]; scr_stat *scp = sc_console; void *oldts, *ts; + struct sc_term_sw *oldtsw; #ifndef SC_NO_HISTORY #if 0 struct tty *tp;