net/ipv4/tcp.c: fix min() type mismatch warning
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 1 Oct 2009 22:02:20 +0000 (15:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Oct 2009 22:02:20 +0000 (15:02 -0700)
commit4fdb78d3093a347456e108b77d56d493d29071b2
tree2ad6dc10dc3603d40caaa26fbdb6684f30987a4e
parent28ad3957b913855e8d41a27f7b90bed944809625
net/ipv4/tcp.c: fix min() type mismatch warning

net/ipv4/tcp.c: In function 'do_tcp_setsockopt':
net/ipv4/tcp.c:2050: warning: comparison of distinct pointer types lacks a cast

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c