aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/compat.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-03-07 18:17:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-03-07 20:47:01 +0100
commit8f64c617f01e25d4ba0d663da6378247246a52a0 (patch)
treee6f2fe792e97fc9c47bdd40c7e9b42d91c40bb2f /src/compat/compat.h
parentwg-quick: hide errors on save (diff)
downloadwireguard-monolithic-historical-8f64c617f01e25d4ba0d663da6378247246a52a0.tar.xz
wireguard-monolithic-historical-8f64c617f01e25d4ba0d663da6378247246a52a0.zip
compat: stable kernels are now receiving b87b619
Diffstat (limited to 'src/compat/compat.h')
-rw-r--r--src/compat/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h
index f92fe54..86dcfd2 100644
--- a/src/compat/compat.h
+++ b/src/compat/compat.h
@@ -482,7 +482,7 @@ static inline struct nlattr **genl_family_attrbuf(const struct genl_family *fami
#else
#define ___COMPAT_NETLINK_DUMP_BLOCK return get_device_dump_real(skb, cb);
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 8) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)) || (LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 25) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)) || LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 87)
#define get_device_dump(a, b) get_device_dump_real(a, b); \
static int get_device_dump(a, b) { \
struct wireguard_device *wg = (struct wireguard_device *)cb->args[0]; \