From 3f3a394001a98cf646f53c1b798245d00f953df3 Mon Sep 17 00:00:00 2001 From: FactorialN Date: Wed, 29 Nov 2023 00:40:43 -0800 Subject: [PATCH] made some minor modification --- lib/fischl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/fischl.cpp b/lib/fischl.cpp index 47a90e4..956bd13 100644 --- a/lib/fischl.cpp +++ b/lib/fischl.cpp @@ -7,6 +7,7 @@ #include #include #include +#include "files.h" void* fischl_init(struct fuse_conn_info *conn) { @@ -31,7 +32,7 @@ static int fischl_fgetattr(const char* path, struct stat* stbuf) { return 0; } -static int fischl_access(const char* path, mask) { +static int fischl_access(const char* path, int mask) { }