summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/autoconf.h
diff options
context:
space:
mode:
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 e19cb4db75e..d9fa65f15bf 100644
--- a/sys/arch/hp300/include/autoconf.h
+++ b/sys/arch/hp300/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.12 2005/12/30 18:00:23 miod Exp $ */
+/* $OpenBSD: autoconf.h,v 1.13 2005/12/30 18:14:12 miod Exp $ */
/* $NetBSD: autoconf.h,v 1.4 1997/04/01 03:03:56 scottr Exp $ */
/*-
@@ -43,7 +43,6 @@ extern int conscode; /* select code of console device */
#define CONSCODE_INVALID (-2)
extern caddr_t conaddr; /* KVA of console device */
extern int convasize; /* size of mapping at conaddr */
-extern int conforced; /* console has been forced */
extern int consolepass; /* console initialization pass */
void hp300_cninit(void);