patch-2.1.8 linux/net/ipv4/protocol.c
Next file: linux/net/ipv4/raw.c
Previous file: linux/net/ipv4/proc.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Nov 3 11:04:44 1996
- Orig file:
v2.1.7/linux/net/ipv4/protocol.c
- Orig date:
Tue Oct 29 19:58:50 1996
diff -u --recursive --new-file v2.1.7/linux/net/ipv4/protocol.c linux/net/ipv4/protocol.c
@@ -66,8 +66,8 @@
static struct inet_protocol tcp_protocol =
{
- tcp_rcv, /* TCP handler */
- tcp_err, /* TCP error control */
+ tcp_v4_rcv, /* TCP handler */
+ tcp_v4_err, /* TCP error control */
#if defined(CONFIG_NET_IPIP) && defined(CONFIG_IP_FORWARD)
&ipip_protocol,
#else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov