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: 03/28/1998 09:00:02
kleink
Sat Mar 28 08:58:04 PST 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv26642

Modified Files:
	uvm_mmap.c 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.


kleink
Sat Mar 28 08:58:31 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv26663

Modified Files:
	vm_mmap.c 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.


kleink
Sat Mar 28 08:58:58 PST 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv26683

Modified Files:
	mmap.2 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.