K 10 svn:author V 3 bde K 8 svn:date V 27 1995-12-10T02:34:29.000000Z K 7 svn:log V 639 Moved the declaration of boolean_t from to (if KERNEL is defined). This allows removing bogus dependencies on vm stuff in several places (e.g., ddb) and stops from depending on Added declaration of boolean_t to (if KERNEL is not defined). It never belonged in . Unfortunately, it is required for some vm headers that are included by applications. Deleted declarations of TRUE and FALSE from . They are defined in if KERNEL is defined and we'll soon find out if any applications depend on them being defined in a vm header. END