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