From: David S. Miller Date: Sun, 27 Aug 2006 03:10:15 +0000 (-0700) Subject: [UDP]: saddr_cmp function should take const socket pointers X-Git-Tag: v2.6.19-rc1~1272^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b4eadbea77ecb3c3a74d1bc81b392f454c7f2e;p=pandora-kernel.git [UDP]: saddr_cmp function should take const socket pointers This also kills a warning while building ipv6: net/ipv6/udp.c: In function ‘udp_v6_get_port’: net/ipv6/udp.c:66: warning: passing argument 3 of ‘udp_get_port’ from incompatible pointer type Signed-off-by: David S. Miller --- Reading git-diff-tree failed