ipv4: Make ip_call_ra_chain() return bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user