diff options
Diffstat (limited to 'sys/vm/vm_param.h')
-rw-r--r-- | sys/vm/vm_param.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 4b047f9..7f05ebf 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_param.h,v 1.3 1994/08/02 07:55:37 davidg Exp $ + * $Id: vm_param.h,v 1.4 1995/01/09 16:05:57 davidg Exp $ */ /* @@ -74,14 +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. */ |