patch-2.3.14 linux/include/net/if_inet6.h
Next file: linux/include/net/ip.h
Previous file: linux/include/net/dst.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Aug 18 11:38:47 1999
-  Orig file: 
v2.3.13/linux/include/net/if_inet6.h
-  Orig date: 
Wed Jun  9 14:45:36 1999
diff -u --recursive --new-file v2.3.13/linux/include/net/if_inet6.h linux/include/net/if_inet6.h
@@ -74,7 +74,7 @@
 struct ifmcaddr6
 {
 	struct in6_addr		mca_addr;
-	struct device		*dev;
+	struct net_device		*dev;
 	struct ifmcaddr6	*next;
 	struct ifmcaddr6	*if_next;
 	struct timer_list	mca_timer;
@@ -105,7 +105,7 @@
 
 struct inet6_dev 
 {
-	struct device		*dev;
+	struct net_device		*dev;
 
 	struct inet6_ifaddr	*addr_list;
 	struct ifmcaddr6	*mc_list;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)