Hi Jan, On Sunday 30 September 2007, Jan Engelhardt wrote: > part 2/2. > > >Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> > > --- > net/ipv6/tcp_ipv6.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > Index: linux-2.6.22.3/net/ipv6/tcp_ipv6.c > =================================================================== > --- linux-2.6.22.3.orig/net/ipv6/tcp_ipv6.c > +++ linux-2.6.22.3/net/ipv6/tcp_ipv6.c > @@ -73,7 +73,7 @@ > static struct socket *tcp6_socket; > > static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb); > -static void tcp_v6_reqsk_send_ack(struct sk_buff *skb, struct > request_sock *req); +static void tcp_v6_reqsk_send_ack(struct sk_buff > *skb, struct request_sock *req, int); static > void tcp_v6_send_check(struct sock *sk, int len, > struct sk_buff *skb); > > @@ -1195,7 +1195,7 @@ static void tcp_v6_timewait_ack(struct s > inet_twsk_put(tw); > } > > -static void tcp_v6_reqsk_send_ack(struct sk_buff *skb, struct > request_sock *req) +static void tcp_v6_reqsk_send_ack(struct sk_buff > *skb, struct request_sock *req, int reply_flags) { > tcp_v6_send_ack(NULL, skb, tcp_rsk(req)->snt_isn + 1, > tcp_rsk(req)->rcv_isn + 1, req->rcv_wnd, req->ts_recent); } > - > To unsubscribe from this list: send the line "unsubscribe > netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html This is already _in_ the patch I've sent. -- KOVACS Krisztian - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html