diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-10 00:58:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-10 00:58:06 +0000 |
commit | dc90644bb9abb92ae865031bc31a938d81103fa9 (patch) | |
tree | 1236fa8b9d0fa7f28dd6c9b3adea30be7a5a5249 /sys/arch/i386 | |
parent | 46060610570b3dfc13ebe85ee8fbc3b33146cc2d (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.c | 4 |
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. |