summaryrefslogtreecommitdiff
path: root/patches/flow_dissector.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/flow_dissector.patch')
-rw-r--r--patches/flow_dissector.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/flow_dissector.patch b/patches/flow_dissector.patch
index 68434bdb..189a5c7a 100644
--- a/patches/flow_dissector.patch
+++ b/patches/flow_dissector.patch
@@ -4,7 +4,7 @@
flow->ip_proto = ip_proto;
flow->ports = skb_flow_get_ports(skb, nhoff, ip_proto);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0)
++#if LINUX_VERSION_IS_GEQ(3,9,0)
flow->thoff = (u16) nhoff;
+#endif