From f1f738d5b8f40021be8f5b21376c417360bb9cde Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 23 Jan 2006 17:03:25 +0000 Subject: fix --- sshfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshfs.c') 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; -- cgit v1.2.3