Let user override FUSE_USE_VERSION.
This might help in getting around problems with FUSE snapshots when the API is in motion. Based on report by Pter Szilgyi
This commit is contained in:
parent
78c874dbed
commit
2ec159d7da
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-07-20 Csaba Henk <csaba.henk@creo.hu>
|
||||
* Let user override FUSE_USE_VERSION.
|
||||
This might help in getting around problems with FUSE snapshots
|
||||
when the API is in motion.
|
||||
Based on report by Péter Szilágyi
|
||||
|
||||
2006-07-17 Csaba Henk <csaba.henk@creo.hu>
|
||||
* Resolve some Python 2.3 compatibility problems.
|
||||
Issues reported by Tienshiao Ma.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,9 @@
|
|||
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)
|
||||
#endif
|
||||
|
||||
#ifndef FUSE_USE_VERSION
|
||||
#define FUSE_USE_VERSION 26
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue