Subject: CVS commit: src/sys/dev/ofw
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/09/2005 12:23:23
Module Name:	src
Committed By:	he
Date:		Thu Jun  9 12:23:23 UTC 2005

Modified Files:
	src/sys/dev/ofw: ofdisk.c

Log Message:
Now that OF_read and OF_write have different signatures, we need to
cast one of them before assigning to a common function pointer.
Yes, this breaks strict type checking, but is needed to compile with
-Wcast-qual turned on.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/dev/ofw/ofdisk.c

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