SOURCES (LINUX_2_6): linux-2.6-nf-random.patch - fixed for 2.6.15.

cieciwa cieciwa at pld-linux.org
Fri Jan 13 13:40:53 CET 2006


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

---- Files affected:
SOURCES:
   linux-2.6-nf-random.patch (1.1.2.3 -> 1.1.2.4) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-random.patch
diff -u SOURCES/linux-2.6-nf-random.patch:1.1.2.3 SOURCES/linux-2.6-nf-random.patch:1.1.2.4
--- SOURCES/linux-2.6-nf-random.patch:1.1.2.3	Fri Oct 28 14:48:01 2005
+++ SOURCES/linux-2.6-nf-random.patch	Fri Jan 13 13:40:47 2006
@@ -187,7 +187,7 @@
 diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv6/netfilter/ip6t_random.c linux-2.6.14/net/ipv6/netfilter/ip6t_random.c
 --- linux-2.6.14.org/net/ipv6/netfilter/ip6t_random.c	1970-01-01 01:00:00.000000000 +0100
 +++ linux-2.6.14/net/ipv6/netfilter/ip6t_random.c	2005-10-28 14:33:00.000000000 +0200
-@@ -0,0 +1,96 @@
+@@ -0,0 +1,94 @@
 +/*
 +  This is a module which is used for a "random" match support.
 +  This file is distributed under the terms of the GNU General Public
@@ -260,12 +260,10 @@
 +}
 +
 +static struct ip6t_match ip6t_rand_reg = { 
-+	{NULL, NULL},
-+	"random",
-+	ip6t_rand_match,
-+	ip6t_rand_checkentry,
-+	NULL,
-+	THIS_MODULE };
++	.name 		= "random",
++	.match		= ip6t_rand_match,
++	.checkentry	= ip6t_rand_checkentry,
++	.me		= THIS_MODULE };
 +
 +static int __init init(void)
 +{
================================================================

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



More information about the pld-cvs-commit mailing list