summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/autoconf.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-02-12 18:00:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-02-12 18:00:55 +0000
commit1b5ccdd77751152d2270e7d0ef37a2f5ca8a654a (patch)
tree1c0017df49d929dec6ef71719de0ce3a3ceafed4 /sys/arch/hp300/include/autoconf.h
parent81bbc9304d93413707cb1c9b3f51aeb66eac779d (diff)
consinit_active is not used anymore.
Diffstat (limited to 'sys/arch/hp300/include/autoconf.h')
-rw-r--r--sys/arch/hp300/include/autoconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/autoconf.h b/sys/arch/hp300/include/autoconf.h
index 29853abc89e..ee6a04e0bcb 100644
--- a/sys/arch/hp300/include/autoconf.h
+++ b/sys/arch/hp300/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.9 2005/01/14 22:39:29 miod Exp $ */
+/* $OpenBSD: autoconf.h,v 1.10 2005/02/12 18:00:54 miod Exp $ */
/* $NetBSD: autoconf.h,v 1.4 1997/04/01 03:03:56 scottr Exp $ */
/*-
@@ -39,7 +39,6 @@
#ifdef _KERNEL
extern int conscode; /* select code of console device */
-extern int consinit_active; /* hint for drivers */
extern caddr_t conaddr; /* KVA of console device */
extern int convasize; /* size of mapping at conaddr */
extern int conforced; /* console has been forced */