From a8d51bf0ce26fd26e00338540857f43b8a99e126 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 1 Jan 2022 13:53:31 +0100 Subject: Fix build warnings No actual behavior change. --- libnetfs/file-exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnetfs/file-exec.c') 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, -- cgit v1.2.3