Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 03/28/2000 10:45:21
Module Name:	syssrc
Committed By:	kleink
Date:		Tue Mar 28 18:45:21 UTC 2000

Modified Files:
	basesrc/lib/libc/sys: mmap.2
	syssrc/sys/uvm: uvm_mmap.c

Log Message:
In mmap(), bail out with EOVERFLOW when mapping a regular file and the file
offset plus mapping length cannot be represented in an off_t.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/sys/mmap.2
cvs rdiff -r1.38 -r1.39 syssrc/sys/uvm/uvm_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.