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 0f0f2864..fb070aca 100644 --- a/libnetfs/file-exec.c +++ b/libnetfs/file-exec.c @@ -68,8 +68,8 @@ kern_return_t netfs_S_file_exec_paths (struct protid *cred, task_t task, int flags, - char *path, - char *abspath, + string_t path, + string_t abspath, char *argv, size_t argvlen, char *envp, |