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-02-22 09:48:43 +00:00
1995-10-10 07:59:30 +00:00
1995-10-10 07:59:30 +00:00
1995-10-10 07:27:24 +00:00
1997-07-20 09:39:51 +00:00
1995-10-10 07:59:30 +00:00
1997-04-10 14:35:32 +00:00
1995-10-10 07:59:30 +00:00
1997-07-20 09:39:51 +00:00
1997-02-22 09:48:43 +00:00
1997-04-09 15:46:25 +00:00
1997-04-09 15:46:25 +00:00
1997-07-20 09:39:51 +00:00
1997-08-25 21:56:23 +00:00
1995-10-10 07:27:24 +00:00
1997-07-20 09:39:51 +00:00
1997-08-25 21:57:55 +00:00
1997-02-22 09:48:43 +00:00
1997-04-09 15:46:25 +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
1996-09-21 14:59:43 +00:00
1997-07-20 09:39:51 +00:00
1995-10-10 07:59:30 +00:00
1995-10-10 07:27:24 +00:00
1995-10-10 07:27:24 +00:00
1997-04-09 15:46:25 +00:00
1997-04-09 15:46:25 +00:00
1997-07-20 09:39:51 +00:00
1997-02-22 09:48:43 +00:00
1995-10-10 07:59:30 +00:00
1995-10-10 07:59:30 +00:00
1995-10-10 07:27:24 +00:00
1995-10-10 07:27:24 +00:00
1995-10-10 07:59:30 +00:00
1997-07-20 09:39:51 +00:00
1997-08-25 22:02:22 +00:00
1995-10-10 07:59:30 +00:00
1995-10-16 05:32:20 +00:00
1997-04-09 15:46:25 +00:00
1997-04-09 15:46:25 +00:00
1997-07-20 09:39:51 +00:00
1997-04-09 15:46:25 +00:00
1997-08-25 22:15:31 +00:00
1997-03-29 11:15:09 +00:00
1997-02-22 09:48:43 +00:00
1997-04-09 15:44:47 +00:00
1997-02-22 09:48:43 +00:00
1997-04-09 15:44:47 +00:00
1997-04-09 15:44:47 +00:00
1997-02-22 09:48:43 +00:00