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 25393d8194c1..e9597086f7c1 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -110,7 +110,7 @@ int exec_args_adjust_args(struct image_args *args, size_t consume,
ssize_t extend);
char *exec_args_get_begin_envv(struct image_args *args);
int exec_check_permissions(struct image_params *);
-register_t *exec_copyout_strings(struct image_params *);
+int exec_copyout_strings(struct image_params *, register_t **);
void exec_free_args(struct image_args *);
int exec_new_vmspace(struct image_params *, struct sysentvec *);
void exec_setregs(struct thread *, struct image_params *, u_long);