]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
inet: fix warning about missing prototype
authorstephen hemminger <stephen@networkplumber.org>
Fri, 19 May 2017 16:55:51 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:42:36 +0000 (13:42 -0400)
commit9691724e5658dfb19d747b00bf34ce9df0d1b20b
tree862f5a20af664bd9ad1e261940d91d2a82079658
parent9e7b19c51681f041af418ee87e5bc7b4b67e3318
inet: fix warning about missing prototype

The prototype for inet_rcv_saddr_equal was not being included.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c