]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_hashlimit.c
Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[karo-tx-linux.git] / net / netfilter / xt_hashlimit.c
index b89b688e9d01a2d14071563bb3e823b62dceeb17..10063408141d25bdd0f1a1241ffe6395bae753f6 100644 (file)
@@ -49,7 +49,7 @@ struct hashlimit_net {
        struct proc_dir_entry   *ip6t_hashlimit;
 };
 
-static int hashlimit_net_id;
+static unsigned int hashlimit_net_id;
 static inline struct hashlimit_net *hashlimit_pernet(struct net *net)
 {
        return net_generic(net, hashlimit_net_id);