Bruce Evans ede8dc43a2 Fixed unsigned longs that should have been vm_offset_t.
vm_offset_t is currently unsigned long but should probably be plain
unsigned for i386's to match the choice of minimal types to represent
for fixed-width types in Lite2.  Anyway, it shouldn't be assumed
to be unsigned long.

I only fixed the type mismatches that were detected when I changed
vm_offset_t to unsigned.  Only pointer type mismatches were detected.
1996-03-19 15:03:00 +00:00
..
1996-03-11 05:55:56 +00:00
1996-03-16 01:43:26 +00:00
1996-02-13 18:16:31 +00:00
1996-02-13 18:16:31 +00:00
1996-02-21 23:31:03 +00:00
1996-03-10 18:17:54 +00:00