Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/28/1998 14:40:01
thorpej
Tue Jul 28 14:39:54 PDT 1998
Update of /cvsroot/src/sys/compat/ibcs2
In directory nb00:/tmp/cvs-serv29185/compat/ibcs2

Modified Files:
	ibcs2_exec.c 
Log Message:
Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.


thorpej
Tue Jul 28 14:39:54 PDT 1998
Update of /cvsroot/src/sys/compat/linux
In directory nb00:/tmp/cvs-serv29185/compat/linux

Modified Files:
	linux_exec.c 
Log Message:
Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.