Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/03/2005 20:48:28
Module Name: src
Committed By: he
Date: Fri Jun 3 20:48:28 UTC 2005
Modified Files:
src/sys/arch/mips/mips: cache.c
Log Message:
Cast the various uses of cache_noop to the proper function pointer
type of the target instead of (void*). Appeases -Wcast-qual.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/mips/mips/cache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.