From a8d51bf0ce26fd26e00338540857f43b8a99e126 Mon Sep 17 00:00:00 2001 From: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Sat, 1 Jan 2022 13:53:31 +0100 Subject: Fix build warnings No actual behavior change. --- libnetfs/dir-unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/dir-unlink.c') diff --git a/libnetfs/dir-unlink.c b/libnetfs/dir-unlink.c index 6f1eaca6..ed27e4d9 100644 --- a/libnetfs/dir-unlink.c +++ b/libnetfs/dir-unlink.c @@ -22,7 +22,7 @@ #include "fs_S.h" error_t -netfs_S_dir_unlink (struct protid *user, char *name) +netfs_S_dir_unlink (struct protid *user, string_t name) { error_t err; -- cgit v1.2.3