netfilter: xtables: mark initial tables constant
[deliverable/linux.git] / net / ipv4 / netfilter / arp_tables.c
index 7bc11ffbb845319f9835528b8bff921cd3f24e37..27774c99d8888bacc4150a62ab3a42cf9579756e 100644 (file)
@@ -1778,7 +1778,8 @@ static int do_arpt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len
        return ret;
 }
 
-struct xt_table *arpt_register_table(struct net *net, struct xt_table *table,
+struct xt_table *arpt_register_table(struct net *net,
+                                    const struct xt_table *table,
                                     const struct arpt_replace *repl)
 {
        int ret;
This page took 0.029065 seconds and 5 git commands to generate.