patch-2.1.92 linux/net/ipv6/ip6_output.c

Next file: linux/net/ipv6/tcp_ipv6.c
Previous file: linux/net/ipv6/af_inet6.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.91/linux/net/ipv6/ip6_output.c linux/net/ipv6/ip6_output.c
@@ -5,7 +5,7 @@
  *	Authors:
  *	Pedro Roque		<roque@di.fc.ul.pt>	
  *
- *	$Id: ip6_output.c,v 1.10 1998/03/20 09:12:17 davem Exp $
+ *	$Id: ip6_output.c,v 1.11 1998/03/28 08:29:39 davem Exp $
  *
  *	Based on linux/net/ipv4/ip_output.c
  *
@@ -265,7 +265,6 @@
 		return err;
 
 	last_skb->dst = dst_clone(dst);
-	last_skb->when = jiffies;
 
 	skb_reserve(last_skb, (dst->dev->hard_header_len + 15) & ~15);
 	
@@ -460,8 +459,6 @@
 
 		dev = dst->dev;
 		skb->dst = dst_clone(dst);
-
-		skb->when = jiffies;
 
 		skb_reserve(skb, (dev->hard_header_len + 15) & ~15);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov