Bruce Evans b9dcd593ff Fixed type mismatches for functions with args of type vm_prot_t and/or
vm_inherit_t.  These types are smaller than ints, so the prototypes
should have used the promoted type (int) to match the old-style function
definitions.  They use just vm_prot_t and/or vm_inherit_t.  This depends
on gcc features to work.  I fixed the definitions since this is easiest.
The correct fix may be to change the small types to u_int, to optimize
for time instead of space.
1997-08-25 22:15:31 +00:00
..
1997-06-14 13:56:12 +00:00
1997-08-25 21:28:08 +00:00
1997-08-02 14:33:27 +00:00
1997-08-25 20:31:00 +00:00
1997-07-21 16:55:28 +00:00
1997-05-28 04:45:15 +00:00
1997-08-23 21:05:32 +00:00
1997-08-25 20:21:54 +00:00