patch-2.3.14 linux/net/ipv4/ip_fragment.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/ipv4/ip_forward.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Aug 18 11:38:48 1999
-  Orig file: 
v2.3.13/linux/net/ipv4/ip_fragment.c
-  Orig date: 
Wed Jun 16 19:26:27 1999
diff -u --recursive --new-file v2.3.13/linux/net/ipv4/ip_fragment.c linux/net/ipv4/ip_fragment.c
@@ -66,7 +66,7 @@
 	short		ihlen;		/* length of the IP header		*/	
 	struct timer_list timer;	/* when will this queue expire?		*/
 	struct ipq	**pprev;
-	struct device	*dev;		/* Device - for icmp replies */
+	struct net_device	*dev;		/* Device - for icmp replies */
 };
 
 #define IPQ_HASHSZ	64
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)