Subject: CVS commit: src/sys/arch/mvme68k/stand
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/20/2006 20:38:39
Module Name:	src
Committed By:	mrg
Date:		Sat May 20 20:38:39 UTC 2006

Modified Files:
	src/sys/arch/mvme68k/stand/bootst: rawfs.c
	src/sys/arch/mvme68k/stand/bootxx: bootxx.c

Log Message:
change some variable types from int to size_t, since that's what libsa
dv_strategy() wants for the 6th argument.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/mvme68k/stand/bootst/rawfs.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/mvme68k/stand/bootxx/bootxx.c

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