diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-07 20:45:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-09 14:34:50 -0800 |
commit | ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6 (patch) | |
tree | 67823715c9c24e2fd0bfa2bb7393d3e0e08eadb1 /include/net/ip.h | |
parent | b2d3298e0916fa059712691c85a0e97becc4ab9f (diff) | |
download | linux-3.10-ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6.tar.gz linux-3.10-ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6.tar.bz2 linux-3.10-ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6.zip |
ipv4: Make ip_call_ra_chain() return bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 775009f9eab..b53d65f24f7 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -388,7 +388,7 @@ static inline int sk_mc_loop(struct sock *sk) return 1; } -extern int ip_call_ra_chain(struct sk_buff *skb); +extern bool ip_call_ra_chain(struct sk_buff *skb); /* * Functions provided by ip_fragment.c |