SOURCES (LINUX_2_6): pom-ng-nth-20060329.patch - fixed.

cieciwa cieciwa at pld-linux.org
Wed Mar 29 14:59:20 CEST 2006


Author: cieciwa                      Date: Wed Mar 29 12:59:20 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fixed.

---- Files affected:
SOURCES:
   pom-ng-nth-20060329.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/pom-ng-nth-20060329.patch
diff -u SOURCES/pom-ng-nth-20060329.patch:1.1.2.1 SOURCES/pom-ng-nth-20060329.patch:1.1.2.2
--- SOURCES/pom-ng-nth-20060329.patch:1.1.2.1	Wed Mar 29 11:15:12 2006
+++ SOURCES/pom-ng-nth-20060329.patch	Wed Mar 29 14:59:15 2006
@@ -5,7 +5,7 @@
  net/ipv4/netfilter/ipt_nth.c            |  166 ++++++++++++++++++++++++++++++
  net/ipv6/netfilter/Kconfig              |   24 ++++
  net/ipv6/netfilter/Makefile             |    1 
- net/ipv6/netfilter/ip6t_nth.c           |  173 ++++++++++++++++++++++++++++++++
+ net/ipv6/netfilter/ip6t_nth.c           |  171 ++++++++++++++++++++++++++++++++
  8 files changed, 427 insertions(+)
 
 diff -Nur --exclude '*.orig' linux-2.6.16.org/include/linux/netfilter_ipv4/ipt_nth.h linux-2.6.16/include/linux/netfilter_ipv4/ipt_nth.h
@@ -303,7 +303,7 @@
 diff -Nur --exclude '*.orig' linux-2.6.16.org/net/ipv6/netfilter/ip6t_nth.c linux-2.6.16/net/ipv6/netfilter/ip6t_nth.c
 --- linux-2.6.16.org/net/ipv6/netfilter/ip6t_nth.c	1970-01-01 01:00:00.000000000 +0100
 +++ linux-2.6.16/net/ipv6/netfilter/ip6t_nth.c	2006-03-29 09:38:31.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/pom-ng-nth-20060329.patch?r1=1.1.2.1&r2=1.1.2.2&f=u



More information about the pld-cvs-commit mailing list