diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip6_route.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 2bcbfb826530..e0caed25bfba 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -34,11 +34,11 @@ struct route_info { | |||
34 | #define RT6_LOOKUP_F_REACHABLE 0x2 | 34 | #define RT6_LOOKUP_F_REACHABLE 0x2 |
35 | #define RT6_LOOKUP_F_HAS_SADDR 0x4 | 35 | #define RT6_LOOKUP_F_HAS_SADDR 0x4 |
36 | 36 | ||
37 | extern struct rt6_info ip6_null_entry; | 37 | extern struct rt6_info *ip6_null_entry; |
38 | 38 | ||
39 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | 39 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES |
40 | extern struct rt6_info ip6_prohibit_entry; | 40 | extern struct rt6_info *ip6_prohibit_entry; |
41 | extern struct rt6_info ip6_blk_hole_entry; | 41 | extern struct rt6_info *ip6_blk_hole_entry; |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | extern void ip6_route_input(struct sk_buff *skb); | 44 | extern void ip6_route_input(struct sk_buff *skb); |