From 7a983959bfc005a53fa700fb41074bc90b04380c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 28 Jan 2005 09:58:19 +0000 Subject: fix --- kernel/fuse_i.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/fuse_i.h') diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index e4d9588..4aa643b 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -21,8 +21,8 @@ # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6) # define KERNEL_2_6_6_PLUS # endif -# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,7) -# define KERNEL_2_6_7_PLUS +# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,8) +# define KERNEL_2_6_8_PLUS # endif # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10) # define KERNEL_2_6_10_PLUS -- cgit v1.2.3