From 034badd9c8502beceb398cbe6dd2b6a89d8e72aa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 28 Oct 2021 03:42:51 +0000 Subject: [PATCH] fcst: Really fix the build against the latest UEK kernel This patch fixes r9586. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9587 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 d2dc37e8c..8617352b3 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -20,7 +20,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 7) && \ + !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 17) && \ defined(UEK_KABI_RENAME)) #include #else diff --git a/fcst/ft_io.c b/fcst/ft_io.c index c17a6df2d..f540485a8 100644 --- a/fcst/ft_io.c +++ b/fcst/ft_io.c @@ -25,7 +25,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 7) && \ + !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 17) && \ defined(UEK_KABI_RENAME)) #include #else