]> err.no Git - linux-2.6/blobdiff - net/ipv4/fib_hash.c
[NET]: Use u32 for routing table IDs
[linux-2.6] / net / ipv4 / fib_hash.c
index 72c633b357cf3bd53592ebb88f4ddeae3560868e..f8d5c8024ccb76276729a5f57c2a03e6ca9ebbc2 100644 (file)
@@ -765,9 +765,9 @@ static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlin
 }
 
 #ifdef CONFIG_IP_MULTIPLE_TABLES
-struct fib_table * fib_hash_init(int id)
+struct fib_table * fib_hash_init(u32 id)
 #else
-struct fib_table * __init fib_hash_init(int id)
+struct fib_table * __init fib_hash_init(u32 id)
 #endif
 {
        struct fib_table *tb;