commit | 217375a0c677d2e885cb05f767af34467399b424 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Aug 18 09:59:12 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 19 17:06:58 2016 -0700 |
tree | 222b350063fca0f7915a4bc9cab1d8700df07081 | |
parent | b6c6b645d29158acb41d6fb2031b289d4f0fc936 [diff] |
udp: include addrconf.h Include ipv4_rcv_saddr_equal() definition to avoid this sparse error : net/ipv4/udp.c:362:5: warning: symbol 'ipv4_rcv_saddr_equal' was not declared. Should it be static? Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>