]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_u32.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_u32.c
index 24a5276245006e68d7d0fa2cc33138cd38617702..f62797b1ddb51f04549d99d58a6021d543047d4b 100644 (file)
@@ -3,7 +3,6 @@
  *
  *     Original author: Don Cohen <don@isis.cs3-inc.com>
  *     (C) CC Computer Consultants GmbH, 2007
- *     Contact: <jengelh@computergmbh.de>
  */
 
 #include <linux/module.h>
@@ -87,7 +86,8 @@ static bool u32_match_it(const struct xt_u32 *data,
        return true;
 }
 
-static bool u32_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+static bool u32_mt(const struct sk_buff *skb,
+                  const struct xt_action_param *par)
 {
        const struct xt_u32 *data = par->matchinfo;
        bool ret;
@@ -117,7 +117,7 @@ static void __exit u32_mt_exit(void)
 
 module_init(u32_mt_init);
 module_exit(u32_mt_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: arbitrary byte matching");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_u32");