Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/06/2001 08:31:08
Module Name:	syssrc
Committed By:	simonb
Date:		Tue Nov  6 06:31:07 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_amap.c uvm_page.c

Log Message:
Change some unsigned int variables and parameters to plain ints so
that all usages of those agree on unsigned vs. signed.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/uvm/uvm_amap.c
cvs rdiff -r1.68 -r1.69 syssrc/sys/uvm/uvm_page.c

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