aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-06-28 12:43:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-06-28 12:44:18 +0200
commit99935b07b48a2ff696d64996277d89efe8242d37 (patch)
tree7cd2a5a930e2768da1f1f5ab357b494e45fa439b
parentversion: bump (diff)
downloadwireguard-linux-compat-99935b07b48a2ff696d64996277d89efe8242d37.tar.xz
wireguard-linux-compat-99935b07b48a2ff696d64996277d89efe8242d37.zip
compat: do not backport ktime_get_coarse_boottime_ns to c8s
Also bump the c8s version stamp. Reported-by: Vladimír Beneš <vbenes@redhat.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/compat/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h
index d166ac2..aebeabf 100644
--- a/src/compat/compat.h
+++ b/src/compat/compat.h
@@ -16,7 +16,7 @@
#define ISRHEL7
#elif RHEL_MAJOR == 8
#define ISRHEL8
-#if RHEL_MINOR >= 6
+#if RHEL_MINOR >= 7
#define ISCENTOS8S
#endif
#endif
@@ -390,7 +390,7 @@ static inline int get_random_bytes_wait(void *buf, int nbytes)
#define system_power_efficient_wq system_unbound_wq
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0) && !defined(ISCENTOS8S)
#include <linux/ktime.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)
#include <linux/hrtimer.h>