diff options
| author | 1996-05-28 12:16:26 +0000 | |
|---|---|---|
| committer | 1996-05-28 12:16:26 +0000 | |
| commit | d4f19e3b4487907f22a8ae9dabf3c2076c3ca4a4 (patch) | |
| tree | c80b234cc709753b44860b9f1e9f3d5d47254ccc /sys/vm/vm_param.h | |
| parent | Ignore CRASH directory (diff) | |
| download | wireguard-openbsd-d4f19e3b4487907f22a8ae9dabf3c2076c3ca4a4.tar.xz wireguard-openbsd-d4f19e3b4487907f22a8ae9dabf3c2076c3ca4a4.zip | |
thread changes
Diffstat (limited to 'sys/vm/vm_param.h')
| -rw-r--r-- | sys/vm/vm_param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 5725fd32f43..236be42c40c 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_param.h,v 1.5 1996/03/24 18:07:59 tholo Exp $ */ +/* $OpenBSD: vm_param.h,v 1.6 1996/05/28 12:16:32 deraadt Exp $ */ /* $NetBSD: vm_param.h,v 1.12 1995/03/26 20:39:16 jtc Exp $ */ /* @@ -74,14 +74,12 @@ #include <machine/vmparam.h> -#ifndef _KERNEL /* XXX */ /* * This belongs in types.h, but breaks too many existing programs. */ typedef int boolean_t; #define TRUE 1 #define FALSE 0 -#endif /* * The machine independent pages are refered to as PAGES. A page |
