X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Fudp_impl.h;h=6c55828e41badfb84a1ad4c4852015f3da5f3276;hb=c4888f9ffafe7db107b7eafb3a68eaeeff3779c3;hp=820a477cfaa6e9899234b03ee8120c9ca158babd;hpb=ef29498655b18d2bfd69048e20835d19333981ab;p=linux-2.6 diff --git a/net/ipv4/udp_impl.h b/net/ipv4/udp_impl.h index 820a477cfa..6c55828e41 100644 --- a/net/ipv4/udp_impl.h +++ b/net/ipv4/udp_impl.h @@ -9,7 +9,7 @@ extern int __udp4_lib_rcv(struct sk_buff *, struct hlist_head [], int ); extern void __udp4_lib_err(struct sk_buff *, u32, struct hlist_head []); extern int __udp_lib_get_port(struct sock *sk, unsigned short snum, - struct hlist_head udptable[], int *port_rover, + struct hlist_head udptable[], int (*)(const struct sock*,const struct sock*)); extern int ipv4_rcv_saddr_equal(const struct sock *, const struct sock *);