Dropped obsolete FUSE 2.x #ifdefs

This commit is contained in:
Nikolaus Rath
2017-06-20 11:29:19 -07:00
parent 5bc9ff371d
commit 0908f570dc
2 changed files with 0 additions and 17 deletions
-4
View File
@@ -9,10 +9,6 @@
#include <fuse.h>
#include <fuse_opt.h>
#ifndef FUSE_VERSION
#define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)
#endif
typedef struct fuse_cache_dirhandle *fuse_cache_dirh_t;
typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name,
const struct stat *stbuf);