diff options
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r-- | sys/kern/tty_cons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 11e6216..9540125 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) |