patch-2.1.101 linux/net/ipv6/ipv6_sockglue.c
Next file: linux/net/ipv6/protocol.c
Previous file: linux/net/ipv6/af_inet6.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/ipv6/ipv6_sockglue.c
- Orig date:
Thu May 7 22:51:56 1998
diff -u --recursive --new-file v2.1.100/linux/net/ipv6/ipv6_sockglue.c linux/net/ipv6/ipv6_sockglue.c
@@ -7,7 +7,7 @@
*
* Based on linux/net/ipv4/ip_sockglue.c
*
- * $Id: ipv6_sockglue.c,v 1.19 1998/04/30 16:24:26 freitag Exp $
+ * $Id: ipv6_sockglue.c,v 1.20 1998/05/03 14:31:07 alan Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -110,7 +110,7 @@
sk->prot = &tcp_prot;
tp->af_specific = &ipv4_specific;
sk->socket->ops = &inet_stream_ops;
- sk->family = AF_INET;
+ sk->family = PF_INET;
} else {
sk->prot = &udp_prot;
sk->socket->ops = &inet_dgram_ops;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov