patch-2.4.22 linux-2.4.22/net/ipv4/tcp.c

Next file: linux-2.4.22/net/ipv4/tcp_diag.c
Previous file: linux-2.4.22/net/ipv4/route.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/ipv4/tcp.c linux-2.4.22/net/ipv4/tcp.c
@@ -2067,7 +2067,7 @@
 
 /* These states need RST on ABORT according to RFC793 */
 
-extern __inline__ int tcp_need_reset(int state)
+static inline int tcp_need_reset(int state)
 {
 	return ((1 << state) &
 	       	(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_FIN_WAIT1|

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)