Subject: CVS commit: src/sys/arch/macppc/stand/ofwboot
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 07/11/2003 23:38:09
Module Name:	src
Committed By:	aymeric
Date:		Fri Jul 11 23:38:09 UTC 2003

Modified Files:
	src/sys/arch/macppc/stand/ofwboot: ofdev.c

Log Message:
strategy() should really have an ANSI prototype. Otherwise its daddr_t
argument gets passed wrongly.
This should fix a bug reported by Martin J. Laubach on port-macppc, and
was fixed two weeks ago in NetBSD/ofppc.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/macppc/stand/ofwboot/ofdev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.