[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_TCPMSS.c
index 0fce85e055071a9e47c3cd23d1be0c4c27289fff..6d668dcfc22a15dfd6fdcc102fdee607b6cc2b89 100644 (file)
@@ -41,8 +41,7 @@ ipt_tcpmss_target(struct sk_buff **pskb,
                  const struct net_device *out,
                  unsigned int hooknum,
                  const struct xt_target *target,
-                 const void *targinfo,
-                 void *userinfo)
+                 const void *targinfo)
 {
        const struct ipt_tcpmss_info *tcpmssinfo = targinfo;
        struct tcphdr *tcph;
This page took 0.024013 seconds and 5 git commands to generate.