From 9f60c499ee9a3828c1cb10d1f3123a680721e81d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 8 Sep 2005 14:34:48 +0000 Subject: build fix --- kernel/fuse_i.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/fuse_i.h') diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 1543553..f5afa01 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -31,6 +31,9 @@ # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10) # define KERNEL_2_6_10_PLUS # endif +# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12) +# define KERNEL_2_6_12_PLUS +# endif # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,13) # define KERNEL_2_6_13_PLUS # endif -- cgit v1.2.3