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/01/1996 06:30:02
fvdl
Mon Jul  1 06:22:50 EDT 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22016

Modified Files:
	nfs_subs.c 
Log Message:
We're only handling uio with iovcnt == 1, so don't ever attempt to increment
uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for
tracking this down).