From b052a1a1b894c4bcd9b4e70dfceb70e340bbb781 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 28 Jun 2006 14:51:20 +0000 Subject: file locking --- include/fuse_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_common.h') 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 -- cgit v1.2.3