diff options
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/autoconf.c')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c index 5a678f06759..cbb6b84c7de 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.26 2004/04/14 20:18:18 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.27 2004/04/24 19:51:49 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -65,7 +65,7 @@ struct device *getdisk(char *, int, int, dev_t *); int cold = 1; /* 1 if still booting */ -void *bootaddr; +paddr_t bootaddr; int bootpart; struct device *bootdv; /* set by device drivers (if found) */ |