[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / net / netfilter / xt_MARK.c
index 0a61272194677767828114d107f829a439adfc58..95a171c8799410be5560d494b8a65823d47714e3 100644 (file)
@@ -27,8 +27,7 @@ target_v0(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 xt_mark_target_info *markinfo = targinfo;
 
@@ -44,8 +43,7 @@ target_v1(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 xt_mark_target_info_v1 *markinfo = targinfo;
        int mark = 0;
This page took 0.027755 seconds and 5 git commands to generate.