From a5334ec371640d3a7cc3b2f2b4160c6411cb1af0 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 27 Aug 2001 21:05:36 +0000 Subject: [PATCH] fixed version checking for 2.2 kernels --- include/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 7baf1314..34739107 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -7,7 +7,7 @@ #include -#if LINUX_VERSION_CODE < 0x020400 +#if LINUX_VERSION_CODE < 0x020200 /* no fasync */ #define KILL_FASYNC(a,b,c) #else -- 2.26.2