diff options
Diffstat (limited to 'example/fusexmp_fh.c')
-rw-r--r-- | example/fusexmp_fh.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 1ba9dbc..eea6b9b 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -9,7 +9,7 @@ gcc -Wall fusexmp_fh.c `pkg-config fuse --cflags --libs` -lulockmgr -o fusexmp_fh */ -#define FUSE_USE_VERSION 26 +#define FUSE_USE_VERSION 30 #ifdef HAVE_CONFIG_H #include <config.h> @@ -553,11 +553,6 @@ static struct fuse_operations xmp_oper = { #endif .lock = xmp_lock, .flock = xmp_flock, - - .flag_nullpath_ok = 1, -#if HAVE_UTIMENSAT - .flag_utime_omit_ok = 1, -#endif }; int main(int argc, char *argv[]) |