diff options
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
