Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3 make this compile again
details: https://anonhg.NetBSD.org/src/rev/4da000c034ca
branches: trunk
changeset: 780588:4da000c034ca
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 30 17:21:31 2012 +0000
description:
make this compile again
diffstat:
sys/arch/sun3/sun3/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d8b448cf4826 -r 4da000c034ca sys/arch/sun3/sun3/autoconf.c
--- a/sys/arch/sun3/sun3/autoconf.c Mon Jul 30 17:19:59 2012 +0000
+++ b/sys/arch/sun3/sun3/autoconf.c Mon Jul 30 17:21:31 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.76 2012/07/29 18:05:46 mlelstv Exp $ */
+/* $NetBSD: autoconf.c,v 1.77 2012/07/30 17:21:31 christos Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.76 2012/07/29 18:05:46 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.77 2012/07/30 17:21:31 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -217,7 +217,7 @@
}
if (find)
booted_device = (*find)(promname, bp->ctlrNum, bp->unitNum);
- if (boot_device) {
+ if (booted_device) {
devname = booted_device->dv_xname;
if (device_class(booted_device) == DV_DISK) {
booted_partition = bp->partNum & 7;
Home |
Main Index |
Thread Index |
Old Index