From dc90644bb9abb92ae865031bc31a938d81103fa9 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 10 Dec 2001 00:58:06 +0000 Subject: No need to include and define related variables. --- sys/arch/i386/i386/autoconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/i386') 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 #include #include -#include #include #include @@ -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. -- cgit v1.2.3