patch-2.3.14 linux/include/linux/skbuff.h

Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -48,7 +48,7 @@
 	struct sk_buff_head * list;		/* List we are on				*/
 	struct sock	*sk;			/* Socket we are owned by 			*/
 	struct timeval	stamp;			/* Time we arrived				*/
-	struct device	*dev;			/* Device we arrived on/are leaving by		*/
+	struct net_device	*dev;			/* Device we arrived on/are leaving by		*/
 
 	/* Transport layer header */
 	union

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)