patch-2.2.18 linux/net/ipv4/route.c
Next file: linux/net/ipv4/sysctl_net_ipv4.c
Previous file: linux/net/ipv4/proc.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 8 16:53:11 2000
- Orig file:
v2.2.17/net/ipv4/route.c
- Orig date:
Fri Apr 21 12:47:15 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/net/ipv4/route.c linux/net/ipv4/route.c
@@ -5,7 +5,7 @@
*
* ROUTE - implementation of the IP router.
*
- * Version: $Id: route.c,v 1.67.2.4 1999/11/16 02:28:43 davem Exp $
+ * Version: $Id: route.c,v 1.67.2.5 2000/09/01 23:19:46 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -222,8 +222,8 @@
(unsigned long)r->rt_dst,
(unsigned long)r->rt_gateway,
r->rt_flags,
- atomic_read(&r->u.dst.use),
atomic_read(&r->u.dst.refcnt),
+ atomic_read(&r->u.dst.use),
0,
(unsigned long)r->rt_src, (int)r->u.dst.pmtu,
r->u.dst.window,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)