summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-09 11:02:45 +0000
committerphk <phk@FreeBSD.org>1999-08-09 11:02:45 +0000
commit7f2d7ecb5512d9cfe1fcd6369e7daca5294a2723 (patch)
tree1cbbe29583f51f5ef89c666fb3e27fef62718aea /sys/kern/tty_cons.c
parentee871b6440719fbe58a0cb8e994ad543265f4e1a (diff)
downloadFreeBSD-src-7f2d7ecb5512d9cfe1fcd6369e7daca5294a2723.zip
FreeBSD-src-7f2d7ecb5512d9cfe1fcd6369e7daca5294a2723.tar.gz
make alpha compile again.
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 5d57712..4696af8 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: tty_cons.c,v 1.70 1999/07/24 09:41:06 yokota Exp $
+ * $Id: tty_cons.c,v 1.71 1999/08/09 10:34:58 phk Exp $
*/
#include "opt_devfs.h"
@@ -104,7 +104,7 @@ static int openmode, openflag; /* how /dev/console was openned */
static u_char cn_phys_is_open; /* nonzero if physical device is open */
static d_close_t *cn_phys_close; /* physical device close function */
static d_open_t *cn_phys_open; /* physical device open function */
-static struct consdev *cn_tab; /* physical console device info */
+struct consdev *cn_tab; /* physical console device info */
static struct tty *cn_tp; /* physical console tty struct */
#ifdef DEVFS
static void *cn_devfs_token; /* represents the devfs entry */
OpenPOWER on IntegriCloud