]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv4/netfilter/ipt_NETMAP.c
netfilter: xtables: substitute temporary defines by final name
[mirror_ubuntu-artful-kernel.git] / net / ipv4 / netfilter / ipt_NETMAP.c
index 708c7f8f7eea614dae5d793e4576d7799145bac9..f43867d1697f2b6c262030672ed7411af5b2b2a4 100644 (file)
@@ -38,7 +38,7 @@ static int netmap_tg_check(const struct xt_tgchk_param *par)
 }
 
 static unsigned int
-netmap_tg(struct sk_buff *skb, const struct xt_target_param *par)
+netmap_tg(struct sk_buff *skb, const struct xt_action_param *par)
 {
        struct nf_conn *ct;
        enum ip_conntrack_info ctinfo;