aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact.h')
-rw-r--r--sys/sys/imgact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h
index 83ed79c34999..9cb2e3580554 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -58,7 +58,7 @@ struct image_params {
unsigned long ps_strings; /* PS_STRINGS for BSD/OS binaries */
};
-#ifdef KERNEL
+#ifdef _KERNEL
int exec_check_permissions __P((struct image_params *));
int exec_extract_strings __P((struct image_params *));
int exec_new_vmspace __P((struct image_params *));