Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/08/2007 11:08:18
Module Name:	src
Committed By:	drochner
Date:		Wed Aug  8 11:08:18 UTC 2007

Modified Files:
	src/sys/uvm: uvm_mremap.c

Log Message:
Round up size arguments as mmap() does.
This is for consistency, and to have semantics similar to Linux --
a Python selftest secceeds now.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/uvm/uvm_mremap.c

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