aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2006-06-28 14:51:20 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2006-06-28 14:51:20 +0000
commitb052a1a1b894c4bcd9b4e70dfceb70e340bbb781 (patch)
treeac61aed756ee93a115a84ee89bd8eb2f45e8d46d /include/fuse_common.h
parent55a84101bd2d2426168ee18914f6874e042ab1e6 (diff)
file locking
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index c1b2806..73cc0df 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -163,10 +163,10 @@ void fuse_remove_signal_handlers(struct fuse_session *se);
# include "fuse_common_compat.h"
# undef FUSE_MINOR_VERSION
# undef fuse_main
-# define fuse_mount fuse_mount_compat25
# define fuse_unmount fuse_unmount_compat22
# if FUSE_USE_VERSION == 25
# define FUSE_MINOR_VERSION 5
+# define fuse_mount fuse_mount_compat25
# elif FUSE_USE_VERSION == 24 || FUSE_USE_VERSION == 22
# define FUSE_MINOR_VERSION 4
# define fuse_mount fuse_mount_compat22