diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-20 23:55:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-20 23:55:40 +0000 |
commit | 652e70f3bbcabf907c97ea37622615f18f18c4e6 (patch) | |
tree | 2d6aca2353d26bb603b62f7ee24e6e0748aac1cb /sys | |
parent | 92c358bbe7006a60d056b1db12474c359addb656 (diff) |
Oops.
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. |