svn commit: r322870 - head/sys/dev/syscons

Bruce Evans bde at FreeBSD.org
Fri Aug 25 02:41:02 UTC 2017


Author: bde
Date: Fri Aug 25 02:41:01 2017
New Revision: 322870
URL: https://svnweb.freebsd.org/changeset/base/322870

Log:
  Oops, the previous commit was missing 1 line.

Modified:
  head/sys/dev/syscons/syscons.c

Modified: head/sys/dev/syscons/syscons.c
==============================================================================
--- head/sys/dev/syscons/syscons.c	Fri Aug 25 02:37:32 2017	(r322869)
+++ head/sys/dev/syscons/syscons.c	Fri Aug 25 02:41:01 2017	(r322870)
@@ -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;


More information about the svn-src-head mailing list