diff options
-rw-r--r-- | sys/arch/amd64/amd64/autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c index 7cb437b6147..29c2e687b0a 100644 --- a/sys/arch/amd64/amd64/autoconf.c +++ b/sys/arch/amd64/amd64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.25 2008/03/19 05:47:47 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.26 2008/05/25 03:21:24 krw Exp $ */ /* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -89,8 +89,6 @@ #endif int cold = 1; /* if 1, still working on cold-start */ -struct device *booted_device; -int booted_partition; extern dev_t bootdev; /* |