patch-2.1.101 linux/net/ipv4/tcp_ipv4.c
Next file: linux/net/ipv4/tcp_output.c
Previous file: linux/net/ipv4/tcp_input.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri May 8 00:08:02 1998
- Orig file:
v2.1.100/linux/net/ipv4/tcp_ipv4.c
- Orig date:
Thu May 7 22:51:56 1998
diff -u --recursive --new-file v2.1.100/linux/net/ipv4/tcp_ipv4.c linux/net/ipv4/tcp_ipv4.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_ipv4.c,v 1.145 1998/05/02 12:47:13 davem Exp $
+ * Version: $Id: tcp_ipv4.c,v 1.146 1998/05/03 14:30:59 alan Exp $
*
* IPv4 specific functions
*
@@ -1155,7 +1155,7 @@
struct sock *tcp_create_openreq_child(struct sock *sk, struct open_request *req, struct sk_buff *skb,
int snd_mss)
{
- struct sock *newsk = sk_alloc(AF_INET, GFP_ATOMIC, 0);
+ struct sock *newsk = sk_alloc(PF_INET, GFP_ATOMIC, 0);
if(newsk != NULL) {
struct tcp_opt *newtp;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov