[netfilter-cvslog] r3335 - trunk/nfsim/kernelenv/include

rusty at netfilter.org rusty at netfilter.org
Mon Dec 13 04:56:37 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-13 04:56:36 +0100 (Mon, 13 Dec 2004)
New Revision: 3335

Modified:
   trunk/nfsim/kernelenv/include/kernelenv.h
Log:
Fix skb_checksum_help declaration for < 2.6.10


Modified: trunk/nfsim/kernelenv/include/kernelenv.h
===================================================================
--- trunk/nfsim/kernelenv/include/kernelenv.h	2004-12-13 03:51:03 UTC (rev 3334)
+++ trunk/nfsim/kernelenv/include/kernelenv.h	2004-12-13 03:56:36 UTC (rev 3335)
@@ -571,7 +571,7 @@
 	skb_copy_expand(skb, skb_headroom(skb), skb_tailroom(skb), gfp)
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
-extern int skb_checksum_help(struct sk_buff **pskb, int inward)
+extern int skb_checksum_help(struct sk_buff **pskb, int inward);
 #else
 extern int skb_checksum_help(struct sk_buff *skb, int inward);
 #endif




More information about the netfilter-cvslog mailing list