Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index