1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 06:57:42 +03:00

generic-2.6: layer7: convert xt_match_param to xt_action_param

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-06-09 17:29:25 +00:00
parent 7bc14b151f
commit 4593e3555f

View File

@ -0,0 +1,11 @@
--- a/net/netfilter/xt_layer7.c
+++ b/net/netfilter/xt_layer7.c
@@ -416,7 +416,7 @@ static int layer7_write_proc(struct file
static bool
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28)
-match(const struct sk_buff *skbin, const struct xt_match_param *par)
+match(const struct sk_buff *skbin, struct xt_action_param *par)
#else
match(const struct sk_buff *skbin,
const struct net_device *in,