summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact.h')
-rw-r--r--sys/sys/imgact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h
index 6d59964..819ae13 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -67,7 +67,8 @@ struct image_params {
#ifdef _KERNEL
int exec_check_permissions(struct image_params *);
int exec_extract_strings(struct image_params *);
-int exec_new_vmspace(struct image_params *);
+int exec_new_vmspace(struct image_params *, vm_offset_t, vm_offset_t,
+ vm_offset_t);
int exec_shell_imgact(struct image_params *);
#endif
OpenPOWER on IntegriCloud