diff options
Diffstat (limited to 'sys/i386/include/sysarch.h')
-rw-r--r-- | sys/i386/include/sysarch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index 5ea3ee6..01e63c5 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/include/sysarch.h @@ -64,7 +64,7 @@ struct i386_vm86_args { char *sub_args; /* args */ }; -#ifndef KERNEL +#ifndef _KERNEL #include <sys/cdefs.h> union descriptor; @@ -76,6 +76,6 @@ int i386_get_ioperm __P((unsigned int, unsigned int *, int *)); int i386_set_ioperm __P((unsigned int, unsigned int, int)); int i386_vm86 __P((int, void *)); __END_DECLS -#endif /* !KERNEL */ +#endif #endif /* !_MACHINE_SYSARCH_H_ */ |