Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715796
Collapse All | Expand All

(-)a/wireguard-linux-compat-1.0.20200330/src/compat/compat.h (+2 lines)
Lines 1026-1031 Link Here
1026
1026
1027
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
1027
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
1028
#include <linux/skbuff.h>
1028
#include <linux/skbuff.h>
1029
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 29)
1029
static inline void skb_reset_redirect(struct sk_buff *skb)
1030
static inline void skb_reset_redirect(struct sk_buff *skb)
1030
{
1031
{
1031
#ifdef CONFIG_NET_SCHED
1032
#ifdef CONFIG_NET_SCHED
Lines 1033-1038 Link Here
1033
#endif
1034
#endif
1034
}
1035
}
1035
#endif
1036
#endif
1037
#endif
1036
1038
1037
#if defined(ISUBUNTU1604)
1039
#if defined(ISUBUNTU1604)
1038
#include <linux/siphash.h>
1040
#include <linux/siphash.h>

Return to bug 715796