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