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-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-08-25 21:57:55 +00:00
1997-07-20 09:39:51 +00:00
1995-11-13 08:58:06 +00:00
1997-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-07-20 09:39:51 +00:00
1997-08-25 22:02:22 +00:00
1997-07-20 09:39:51 +00:00
1997-04-09 15:44:47 +00:00
1997-04-09 15:44:47 +00:00
1997-04-09 15:44:47 +00:00