Author: cieciwa                      Date: Fri Jan 13 12:41:20 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fixed for 2.6.15.

---- Files affected:
SOURCES:
   linux-2.6-nf-nth.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-nth.patch
diff -u SOURCES/linux-2.6-nf-nth.patch:1.1.2.2 
SOURCES/linux-2.6-nf-nth.patch:1.1.2.3
--- SOURCES/linux-2.6-nf-nth.patch:1.1.2.2      Fri Oct 28 14:29:33 2005
+++ SOURCES/linux-2.6-nf-nth.patch      Fri Jan 13 13:41:15 2006
@@ -303,7 +303,7 @@
 diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv6/netfilter/ip6t_nth.c 
linux-2.6.14/net/ipv6/netfilter/ip6t_nth.c
 --- linux-2.6.14.org/net/ipv6/netfilter/ip6t_nth.c     1970-01-01 
01:00:00.000000000 +0100
 +++ linux-2.6.14/net/ipv6/netfilter/ip6t_nth.c 2005-10-28 14:11:28.000000000 
+0200
-@@ -0,0 +1,173 @@
+@@ -0,0 +1,171 @@
 +/*
 +  This is a module which is used for match support for every Nth packet
 +  This file is distributed under the terms of the GNU General Public
@@ -446,12 +446,10 @@
 +}
 +
 +static struct ip6t_match ip6t_nth_reg = { 
-+      {NULL, NULL},
-+      "nth",
-+      ip6t_nth_match,
-+      ip6t_nth_checkentry,
-+      NULL,
-+      THIS_MODULE };
++      .name           = "nth",
++      .match          = ip6t_nth_match,
++      .checkentry     = ip6t_nth_checkentry,
++      .me             = THIS_MODULE };
 +
 +static int __init init(void)
 +{
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-nth.patch?r1=1.1.2.2&r2=1.1.2.3&f=u

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

Reply via email to