diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
| commit | 664a31e4967a61ec61870f45adc2f1400617993e (patch) | |
| tree | f6e6a9488aad27e9b1298da3083e214c1c209505 /sys/amd64/include/sysarch.h | |
| parent | a0b57fb738b797a1aa540b8360260b19b6470bc4 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/sysarch.h')
| -rw-r--r-- | sys/amd64/include/sysarch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h index 5ea3ee6e8875..01e63c569a78 100644 --- a/sys/amd64/include/sysarch.h +++ b/sys/amd64/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_ */ |
