diff options
Diffstat (limited to 'libnetfs/file-exec.c')
-rw-r--r-- | libnetfs/file-exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/file-exec.c b/libnetfs/file-exec.c index 8153b1f4..0f0f2864 100644 --- a/libnetfs/file-exec.c +++ b/libnetfs/file-exec.c @@ -35,9 +35,9 @@ kern_return_t netfs_S_file_exec (struct protid *cred, task_t task, int flags, - char *argv, + data_t argv, size_t argvlen, - char *envp, + data_t envp, size_t envplen, mach_port_t *fds, size_t fdslen, |