diff options
Diffstat (limited to 'sys/arch/sparc64/sparc64/autoconf.c')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 9cbd93cfa46..a00367ed006 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.43 2005/12/27 18:31:11 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.44 2006/02/06 17:19:31 jmc Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -324,7 +324,7 @@ bootpath_build() } } else { bp->val[0] = -1; /* no #'s: assume unit 0, no - sbus offset/adddress */ + sbus offset/address */ } ++bp; ++nbootpath; |