netns: make struct pernet_operations::id unsigned int
[linux-2.6-block.git] / net / sched / act_pedit.c
index b54d56d4959b6381d35799ba84f64ea634384cce..eda322045e75e8ff2c56cea89df412e93b85c9f5 100644 (file)
@@ -25,7 +25,7 @@
 
 #define PEDIT_TAB_MASK 15
 
-static int pedit_net_id;
+static unsigned int pedit_net_id;
 static struct tc_action_ops act_pedit_ops;
 
 static const struct nla_policy pedit_policy[TCA_PEDIT_MAX + 1] = {