summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-10 00:58:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-10 00:58:06 +0000
commitdc90644bb9abb92ae865031bc31a938d81103fa9 (patch)
tree1236fa8b9d0fa7f28dd6c9b3adea30be7a5a5249 /sys/arch/i386
parent46060610570b3dfc13ebe85ee8fbc3b33146cc2d (diff)
No need to include <sys/dmap.h> and define related variables.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/autoconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c
index 23790f336c8..3ba2e618dad 100644
--- a/sys/arch/i386/i386/autoconf.c
+++ b/sys/arch/i386/i386/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.40 2001/12/05 23:58:41 tdeval Exp $ */
+/* $OpenBSD: autoconf.c,v 1.41 2001/12/10 00:58:04 miod Exp $ */
/* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */
/*-
@@ -53,7 +53,6 @@
#include <sys/dkstat.h>
#include <sys/disklabel.h>
#include <sys/conf.h>
-#include <sys/dmap.h>
#include <sys/reboot.h>
#include <sys/device.h>
@@ -198,7 +197,6 @@ findblkname(maj)
dev_t argdev = NODEV;
int nswap;
long dumplo;
-int dmmin, dmmax, dmtext;
/*
* Attempt to find the device from which we were booted.