Files
sablink-distro/net-vpn/wireguard-modules/files/wireguard-modules-4.19.patch
T

12 lines
425 B
Diff

--- a/src/compat/compat.h 2020-01-11 00:06:44.697743445 +0100
+++ b/src/compat/compat.h 2020-01-11 00:07:25.152055141 +0100
@@ -824,7 +824,7 @@
#define COMPAT_CANNOT_DEPRECIATE_BH_RCU
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && !defined(ISRHEL8)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 0) && !defined(ISRHEL8)
static inline void skb_mark_not_on_list(struct sk_buff *skb)
{
skb->next = NULL;