ipv4: Make ip_call_ra_chain() return bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b2d3298e09
commit
ba57b4db26
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue