Oops, the previous commit was missing 1 line.

This commit is contained in:
Bruce Evans 2017-08-25 02:41:01 +00:00
parent 7db291d201
commit 0c7a1e15ad

View File

@ -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;