From 1d157c0bc16122499d840ab5773d2da012955bf4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 8 Jan 2021 03:19:39 +0000 Subject: [PATCH] fcst: Fix the kernel v5.10 build git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9327 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 2 +- fcst/ft_io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index a5f2dec4b..a072fe814 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -19,7 +19,7 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) #include #else #include diff --git a/fcst/ft_io.c b/fcst/ft_io.c index 738fd7a11..b1de814d2 100644 --- a/fcst/ft_io.c +++ b/fcst/ft_io.c @@ -24,7 +24,7 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) #include #else #include