cvs commit: src/sys/vm vm.h vm_param.h

[ Available lists | Index of freebsd-commit | Month of Dec 1995 | Week of 9 Dec 1995 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bruce Evans <bde>
Date
9 Dec 1995 18:37:37
Subject
cvs commit: src/sys/vm vm.h vm_param.h
Message-ID
199512100234.SAA17995@freefall.freebsd.org


[ Hide this part ]
bde         95/12/09 18:34:31

Modified: sys/sys types.h
sys/vm vm.h vm_param.h
Log:
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.

Revision Changes Path
1.7 +2 -1 src/sys/sys/types.h
1.9 +10 -1 src/sys/vm/vm.h
1.5 +1 -9 src/sys/vm/vm_param.h


Elapsed time: 0.544 seconds