From 8c45b819fabb0b188dbbfe5df4124520fafab1d8 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 12 Nov 2006 15:24:53 +0000 Subject: [PATCH] compilation requires FUSE API version 26 --- src/ntfs-3g.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index e67b2e55..6702f118 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -27,10 +27,10 @@ #include -#if !defined(FUSE_VERSION) || (FUSE_VERSION < 25) +#if !defined(FUSE_VERSION) || (FUSE_VERSION < 26) #error "***********************************************************" #error "* *" -#error "* Compilation requires at least FUSE version 2.5! *" +#error "* Compilation requires at least FUSE version 2.6.0! *" #error "* *" #error "***********************************************************" #endif