Module Name: src Committed By: drochner Date: Thu Aug 13 17:32:46 UTC 1998 Modified Files: src/sys/uvm: uvm_aobj.c Log Message: minor consistency nit: the page index into an anon object is always assigned to from integer types, and it is compared to integers. So let it be an integer instead of vsize_t.