aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshfs.c b/sshfs.c
index bf3e29d..7da799b 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -1006,13 +1006,13 @@ static int start_processing_thread(void)
}
#ifdef SSHFS_USE_INIT
-#if FUSE_VERSION >= 27
+#if FUSE_VERSION >= 26
static void *sshfs_init(struct fuse_conn_info *conn)
#else
static void *sshfs_init(void)
#endif
{
-#if FUSE_VERSION >= 27
+#if FUSE_VERSION >= 26
/* Readahead should be done by kernel or sshfs but not both */
if (conn->async_read)
sshfs.sync_read = 1;