Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ofw
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.
Home |
Main Index |
Thread Index |
Old Index