Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/06/2004 23:22:44
Module Name:	src
Committed By:	christos
Date:		Sat Nov  6 23:22:44 UTC 2004

Modified Files:
	src/sys/arch/mips/include: cachectl.h sysarch.h
	src/sys/arch/mips/mips: sys_machdep.c

Log Message:
Don't use "int" to represent lengths; this is what size_t is for. This
does not change the ABI since we don't have 64 bit mips yet.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/include/cachectl.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/include/sysarch.h
cvs rdiff -r1.26 -r1.27 src/sys/arch/mips/mips/sys_machdep.c

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