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/31/1998 08:40:03
ross
Fri Jul 31 08:30:40 PDT 1998
Update of /cvsroot/src/sys/arch/sparc64/include
In directory nb00:/tmp/cvs-serv12712

Modified Files:
	ansi.h 
Log Message:

Following discussions with eeh and mrg, change most of these types so
that they should make an ILP32 setup with an ILP32 compiler and an LP64
setup if run through an LP64 compiler. None of the data sizes actually
change right now, and any type errors that show up would have to be fixed
eventually anyway.


kleink
Fri Jul 31 08:38:58 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv12747

Modified Files:
	sys_generic.c 
Log Message:
Reject an iovcnt argument of 0 to readv(), writev(), preadv() and pwritev()
as invalid.  This has been stated by the respective manual pages at least
since Net/2, and is the behaviour specified by XSH5.