X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Ftcp.h;h=f4f9aba07ac2ae59c6830f95ce7ae392d3bc2c42;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=4d5b12e4dc11a099ae264864d573f4c78fbf7dae;hpb=b03efcfb2180289718991bb984044ce6c5b7d1b0;p=linux-2.6 diff --git a/include/net/tcp.h b/include/net/tcp.h index 4d5b12e4dc..f4f9aba07a 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -860,7 +860,8 @@ extern void tcp_send_probe0(struct sock *); extern void tcp_send_partial(struct sock *); extern int tcp_write_wakeup(struct sock *); extern void tcp_send_fin(struct sock *sk); -extern void tcp_send_active_reset(struct sock *sk, int priority); +extern void tcp_send_active_reset(struct sock *sk, + unsigned int __nocast priority); extern int tcp_send_synack(struct sock *); extern void tcp_push_one(struct sock *, unsigned int mss_now); extern void tcp_send_ack(struct sock *sk);