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

Next file: linux/include/linux/x25.h
Previous file: linux/include/linux/serial167.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.124/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -106,6 +106,12 @@
 	__u32		shapestamp;		/* Stamp for shaper    */
 	__u16		shapepend;		/* Pending */
 #endif
+
+#if defined(CONFIG_HIPPI)
+	union{
+		__u32	ifield;
+	} private;
+#endif
 };
 
 /* These are just the default values. This is run time configurable.

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