Subject: CVS commit: src/sys/arch/mips/include
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/26/2006 20:05:00
Module Name: src
Committed By: matt
Date: Sat Aug 26 20:05:00 UTC 2006
Modified Files:
src/sys/arch/mips/include: cpuregs.h mips_param.h
Log Message:
Don't cast pointers using unsigned and/or int. Use intptr_t or uintptr_t
as appropriate.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -r1.21 -r1.22 src/sys/arch/mips/include/mips_param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.