bde c951d0b363 Moved the declaration of boolean_t from <vm/vm_param.h> to
<sys/types.h> (if KERNEL is defined).  This allows removing bogus
dependencies on vm stuff in several places (e.g., ddb) and stops
<vm_param.h> from depending on <vm_param.h>

Added declaration of boolean_t to <vm/vm.h> (if KERNEL is not
defined).  It never belonged in <vm/vm_param.h>.  Unfortunately,
it is required for some vm headers that are included by applications.

Deleted declarations of TRUE and FALSE from <vm/vm_param.h>.  They
are defined in <sys/param.h> if KERNEL is defined and we'll soon
find out if any applications depend on them being defined in a vm
header.
1995-12-10 02:34:29 +00:00
..
1995-12-09 20:34:16 +00:00
1995-12-08 11:19:42 +00:00
1995-12-09 09:11:25 +00:00
1995-12-03 17:14:38 +00:00
1995-12-09 09:11:25 +00:00
1995-12-09 20:43:53 +00:00
1995-11-24 12:25:13 +00:00
1995-12-05 02:01:59 +00:00
1995-05-30 05:05:38 +00:00