From 40ca6694ab3ef24e956bfa70cc06e932ea4d6dc7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 13 Feb 2024 23:45:13 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 4f5b0bbb..9574f67e 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -94,8 +94,9 @@ namespace l static int - getattr(std::string const &fullpath_, - struct stat *st_) + getattr(std::string const &fullpath_, + FollowSymlinks const followsymlinks_) + struct stat *st_) { }