X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fnet%2Finet_connection_sock.h;h=133cf30d2d7928047bb9eed5669bce71c45513ed;hb=d351af01b9307566135cb0f355ca65d0952c10b5;hp=cccea051e922d32fde064630f29ffefae658dad8;hpb=850db6b8c53ff12eadee9ef2aa69360c06bce057;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index cccea05..133cf30 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include @@ -36,8 +37,7 @@ struct tcp_congestion_ops; * (i.e. things that depend on the address family) */ struct inet_connection_sock_af_ops { - int (*queue_xmit)(struct sk_buff *skb, struct sock *sk, - int ipfragok); + int (*queue_xmit)(struct sk_buff *skb, int ipfragok); void (*send_check)(struct sock *sk, int len, struct sk_buff *skb); int (*rebuild_header)(struct sock *sk);