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: 02/09/1996 19:40:05
christos
Fri Feb  9 19:30:42 EST 1996
Update of /a/cvsroot/src/sys/vm
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2878

Modified Files:
	pmap.h 
Log Message:
Don't declare pmap_page_index for now. It will break the arm port.
This clearly needs to be fixed. I would like to declare it:

    __pure u_int     pmap_page_index __P((vm_offset_t));

but at least the arm port wants it signed [since it tests for -1 all over
the place]. Can we have this fixed please?


christos
Fri Feb  9 19:33:55 EST 1996
Update of /a/cvsroot/src/sys/isofs/cd9660
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2932

Modified Files:
	cd9660_vnops.c 
Log Message:
Another typo.