patch-2.1.93 linux/include/linux/skbuff.h
Next file: linux/include/net/br.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Apr  6 11:50:36 1998
-  Orig file: 
v2.1.92/linux/include/linux/skbuff.h
-  Orig date: 
Wed Apr  1 20:11:54 1998
diff -u --recursive --new-file v2.1.92/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -75,13 +75,7 @@
 
 	struct  dst_entry *dst;
 
-#if (defined(__alpha__) || defined(__sparc_v9__)) && (defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE))
-	char		cb[48];	   /* sorry. 64bit pointers have a price */
-#elif (defined(__alpha__) || defined(__sparc_v9__))
-	char		cb[40];
-#else
-	char    	cb[36];
-#endif
+	char		cb[48];	 
 
 	unsigned int 	len;			/* Length of actual data			*/
 	unsigned int	csum;			/* Checksum 					*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov