diff options
Diffstat (limited to 'net/decnet/dn_fib.c')
-rw-r--r-- | net/decnet/dn_fib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/decnet/dn_fib.c b/net/decnet/dn_fib.c index ed5fb5c3eab5..7b3bf5c3d720 100644 --- a/net/decnet/dn_fib.c +++ b/net/decnet/dn_fib.c | |||
@@ -534,8 +534,8 @@ int dn_fib_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg) | |||
534 | 534 | ||
535 | int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb) | 535 | int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb) |
536 | { | 536 | { |
537 | int t; | 537 | u32 t; |
538 | int s_t; | 538 | u32 s_t; |
539 | struct dn_fib_table *tb; | 539 | struct dn_fib_table *tb; |
540 | 540 | ||
541 | if (NLMSG_PAYLOAD(cb->nlh, 0) >= sizeof(struct rtmsg) && | 541 | if (NLMSG_PAYLOAD(cb->nlh, 0) >= sizeof(struct rtmsg) && |
@@ -765,7 +765,7 @@ void dn_fib_flush(void) | |||
765 | { | 765 | { |
766 | int flushed = 0; | 766 | int flushed = 0; |
767 | struct dn_fib_table *tb; | 767 | struct dn_fib_table *tb; |
768 | int id; | 768 | u32 id; |
769 | 769 | ||
770 | for(id = RT_TABLE_MAX; id > 0; id--) { | 770 | for(id = RT_TABLE_MAX; id > 0; id--) { |
771 | if ((tb = dn_fib_get_table(id, 0)) == NULL) | 771 | if ((tb = dn_fib_get_table(id, 0)) == NULL) |