diff options
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r-- | sys/sys/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h index d58fbe8..58e1c65 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -72,7 +72,7 @@ struct execsw { #include <machine/exec.h> -#ifdef KERNEL +#ifdef _KERNEL #include <sys/cdefs.h> int exec_map_first_page __P((struct image_params *)); |