diff options
Diffstat (limited to 'sys/vm/vm.h')
-rw-r--r-- | sys/vm/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 6d66211..38f04ac 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -95,7 +95,7 @@ typedef struct vm_map *vm_map_t; struct vm_object; typedef struct vm_object *vm_object_t; -#ifndef KERNEL +#ifndef _KERNEL /* * This is defined in <sys/types.h> for the kernel so that non-vm kernel * sources (mainly Mach-derived ones such as ddb) don't have to include |