summaryrefslogtreecommitdiffstats
path: root/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch')
-rw-r--r--package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch b/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch
index e77e14d2e8..8eac698bfa 100644
--- a/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch
+++ b/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch
@@ -1,8 +1,8 @@
--- a/extensions/compat_xtables.h
+++ b/extensions/compat_xtables.h
-@@ -57,4 +57,11 @@
-
- #define xt_request_find_match xtnu_request_find_match
+@@ -82,4 +82,11 @@ static inline void proc_remove(struct pr
+ }
+ #endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0)
+static inline void proc_net_remove(struct net *net, const char *name)