summaryrefslogtreecommitdiff
path: root/sys/kern/tty_cons.c
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
commit604359cf9b9199b99d370d1e374e286c20406bfc (patch)
treee5288f14008fd205055d3cd2af3e04d6242ae260 /sys/kern/tty_cons.c
parent78e2e8ea352da2ef808bd8af1f04fb1c7f7e1225 (diff)
Notes
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r--sys/kern/tty_cons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 11e6216d8d25..954012518cf3 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id: cons.c,v 1.62 1999/04/27 11:14:29 phk Exp $
+ * $Id: cons.c,v 1.63 1999/04/27 12:21:03 phk Exp $
*/
#include "opt_devfs.h"
@@ -414,7 +414,7 @@ cnputc(c)
}
}
-static cn_devsw_installed = 0;
+static int cn_devsw_installed;
static void
cn_drvinit(void *unused)