]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/net_namespace.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[mirror_ubuntu-artful-kernel.git] / include / net / net_namespace.h
index 0940598c002ff7fee832f9cf670b8006d0202ddc..af8fe8a909dc0ca62e54056cf4be9d0d4ea82477 100644 (file)
@@ -291,7 +291,7 @@ struct pernet_operations {
        int (*init)(struct net *net);
        void (*exit)(struct net *net);
        void (*exit_batch)(struct list_head *net_exit_list);
-       int *id;
+       unsigned int *id;
        size_t size;
 };