Author: mguevara                     Date: Tue Dec 19 19:37:52 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- 2.6.19 api compliant

---- Files affected:
SOURCES:
   pom-ng-ROUTE-20061213.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/pom-ng-ROUTE-20061213.patch
diff -u SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.1 
SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.2
--- SOURCES/pom-ng-ROUTE-20061213.patch:1.1.2.1 Thu Dec 14 14:06:07 2006
+++ SOURCES/pom-ng-ROUTE-20061213.patch Tue Dec 19 20:37:46 2006
@@ -376,8 +376,8 @@
 +                                   const struct net_device *out,
 +                                   unsigned int hooknum,
 +                                   const struct xt_target *target,
-+                                   const void *targinfo,
-+                                   void *userinfo)
++                                   const void *targinfo
++                                   )
 +{
 +      const struct ipt_route_target_info *route_info = targinfo;
 +      struct sk_buff *skb = *pskb;
@@ -499,7 +499,7 @@
 +                              const void *e,
 +                              const struct xt_target *target,
 +                              void *targinfo,
-+                              unsigned int targinfosize,
++                              
 +                              unsigned int hook_mask)
 +{
 +      if (strcmp(tablename, "mangle") != 0) {
@@ -517,12 +517,12 @@
 +              return 0;
 +      }
 +
-+      if (targinfosize != IPT_ALIGN(sizeof(struct ipt_route_target_info))) {
-+              printk(KERN_WARNING "ipt_ROUTE: targinfosize %u != %Zu\n",
-+                     targinfosize,
-+                     IPT_ALIGN(sizeof(struct ipt_route_target_info)));
-+              return 0;
-+      }
++      
++
++
++
++      
++      
 +
 +      return 1;
 +}
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/pom-ng-ROUTE-20061213.patch?r1=1.1.2.1&r2=1.1.2.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to