netfilter: xtables: deconstify struct xt_action_param for matches
[safe/jmp/linux-2.6] / net / netfilter / xt_time.c
index ffdb8fa..79234bb 100644 (file)
@@ -152,7 +152,7 @@ static void localtime_3(struct xtm *r, time_t time)
 }
 
 static bool
-time_mt(const struct sk_buff *skb, const struct xt_action_param *par)
+time_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_time_info *info = par->matchinfo;
        unsigned int packet_time;