aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-28 09:58:19 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-28 09:58:19 +0000
commit7a983959bfc005a53fa700fb41074bc90b04380c (patch)
tree6cf55c42a51d189b26b37315235f4215444e6191 /kernel/fuse_i.h
parentd48d5f7b6084ec71aeb1d5a1203431b0396b0e01 (diff)
downloadlibfuse-7a983959bfc005a53fa700fb41074bc90b04380c.tar.gz
fix
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
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