SOURCES: ipp2p-2.6.17.patch (NEW) - there is no matchsize in check...
mguevara
mguevara at pld-linux.org
Wed Feb 21 09:38:35 CET 2007
Author: mguevara Date: Wed Feb 21 08:38:35 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- there is no matchsize in checkentry from 2.6.17 and up
---- Files affected:
SOURCES:
ipp2p-2.6.17.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ipp2p-2.6.17.patch
diff -u /dev/null SOURCES/ipp2p-2.6.17.patch:1.1
--- /dev/null Wed Feb 21 09:38:35 2007
+++ SOURCES/ipp2p-2.6.17.patch Wed Feb 21 09:38:30 2007
@@ -0,0 +1,12 @@
+--- a/ipt_ipp2p.c 2006-09-27 11:52:00.000000000 +0200
++++ b/ipt_ipp2p.c 2007-02-21 09:52:25.000000000 +0100
+@@ -831,7 +831,9 @@ checkentry(const char *tablename,
+ const struct ipt_ip *ip,
+ #endif
+ void *matchinfo,
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17)
+ unsigned int matchsize,
++#endif
+ unsigned int hook_mask)
+ {
+ /* Must specify -p tcp */
================================================================
More information about the pld-cvs-commit
mailing list