diff options
Diffstat (limited to 'sys')
-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 7e67d1a14dc..d5d8356a24a 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.15 2001/11/09 00:12:21 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.16 2001/11/20 23:55:39 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -69,7 +69,7 @@ int cold = 1; /* 1 if still booting */ void *bootaddr; int bootpart; -struct device *bootdev; /* set by device drivers (if found) */ +struct device *bootdv; /* set by device drivers (if found) */ /* * called at boot time, configure all devices on the system. |