From 7323bcd7d3764fab2c50a929a4e8d05a95ce640a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 00:01:13 -0600 Subject: [PATCH] fs_acl.cpp --- src/fs_acl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_acl.cpp b/src/fs_acl.cpp index 120477ac..e3d6a7c0 100644 --- a/src/fs_acl.cpp +++ b/src/fs_acl.cpp @@ -44,7 +44,7 @@ namespace fs } bool - dir_has_defaults(const int fd_, + dir_has_defaults(const int dirfd_, const ghc::filesystem::path &relpath_) { int rv;