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. --- libdiskfs/file-exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/file-exec.c') diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index f5939647..7625cf43 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -66,8 +66,8 @@ kern_return_t diskfs_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