From 269245f751f6cbfaa5d2241c0bbc256dd5836d9d Mon Sep 17 00:00:00 2001 From: FactorialN Date: Tue, 28 Nov 2023 22:26:09 -0800 Subject: [PATCH] made some minor modification --- lib/fischl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fischl.cpp b/lib/fischl.cpp index fdf19ae..47a90e4 100644 --- a/lib/fischl.cpp +++ b/lib/fischl.cpp @@ -164,12 +164,14 @@ static const struct fuse_operations fischl_oper = { .bmap = fischl_bmap, .ioctl = fischl_ioctl, .poll = fischl_poll, +/* #ifdef HAVE_SETXATTR .setxattr = fischl_setxattr, .getxattr = fischl_getxattr, .listxattr = fischl_listxattr, .removexattr = fischl_removexattr, #endif +*/ .flag_nullpath_ok = 0, };