fs_acl.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-07 00:01:13 -06:00
parent 6c4f4b2aca
commit 7323bcd7d3

View File

@ -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;