Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/21/2004 20:31:50
Module Name:	src
Committed By:	matt
Date:		Wed Apr 21 20:31:50 UTC 2004

Modified Files:
	src/sys/kern: kern_subr.c
	src/sys/sys: systm.h

Log Message:
Add prototype for uiomove_frombuf.  Change uiomove_frombuf to use size_t
for its length argument (to be the same as uiomove).  Remove code that
dealt with length being negative.


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/kern/kern_subr.c
cvs rdiff -r1.170 -r1.171 src/sys/sys/systm.h

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