diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-19 21:10:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-19 21:10:57 +0000 |
commit | 169c29d1b708c51bbae3f546e0adfe0d433b5b7b (patch) | |
tree | 15b32c155eb85259ca3be610962de5f8aa24b91c /sys/vm/vm_param.h | |
parent | 7aa5f12551d2fef2475152a3a5c9b9961e14b83a (diff) |
Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).
Diffstat (limited to 'sys/vm/vm_param.h')
-rw-r--r-- | sys/vm/vm_param.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 4f63abc747a..572281a2c3e 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -74,13 +74,6 @@ #include <machine/vmparam.h> /* - * This belongs in types.h, but breaks too many existing programs. - */ -typedef int boolean_t; -#define TRUE 1 -#define FALSE 0 - -/* * The machine independent pages are refered to as PAGES. A page * is some number of hardware pages, depending on the target machine. */ |