SOURCES: ipp2p-2.6.19.patch (NEW) - api change in checkentry in 2....
mguevara
mguevara at pld-linux.org
Wed Feb 21 09:52:07 CET 2007
Author: mguevara Date: Wed Feb 21 08:52:07 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- api change in checkentry in 2.6.19
---- Files affected:
SOURCES:
ipp2p-2.6.19.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ipp2p-2.6.19.patch
diff -u /dev/null SOURCES/ipp2p-2.6.19.patch:1.1
--- /dev/null Wed Feb 21 09:52:07 2007
+++ SOURCES/ipp2p-2.6.19.patch Wed Feb 21 09:52:02 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,19)
+ unsigned int matchsize,
++#endif
+ unsigned int hook_mask)
+ {
+ /* Must specify -p tcp */
================================================================
More information about the pld-cvs-commit
mailing list