Subject: CVS commit: src/sys/arch/hpcmips/vr
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/07/2005 12:06:55
Module Name:	src
Committed By:	he
Date:		Tue Jun  7 12:06:55 UTC 2005

Modified Files:
	src/sys/arch/hpcmips/vr: vrpiu.c

Log Message:
Add use of __UNCONST() to an invocation of tpcalib_ioctl(), as that
function may both read and write it's argument.  Here it is only
reading from the data argument under WSMOUSEIO_SCALIBCOORDS, so it
is actually fine, but type protection can't express this.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/hpcmips/vr/vrpiu.c

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