]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_mark.c
[BRIDGE]: Remove duplicate const from is_link_local() argument type.
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_mark.c
index b21b94a4684f1f7d77f824c083c3576e36591ea7..c1a8f0f587f03ea18c515a1b4dde1e16b02583c6 100644 (file)
@@ -23,6 +23,7 @@ static int
 match(const struct sk_buff *skb,
       const struct net_device *in,
       const struct net_device *out,
+      const struct xt_match *match,
       const void *matchinfo,
       int offset,
       unsigned int protoff,
@@ -36,6 +37,7 @@ match(const struct sk_buff *skb,
 static int
 checkentry(const char *tablename,
            const void *entry,
+          const struct xt_match *match,
            void *matchinfo,
            unsigned int matchsize,
            unsigned int hook_mask)