SOURCES (LINUX_2_6): linux-2.6-nf-fuzzy.patch - fixed for 2.6.15.
cieciwa
cieciwa at pld-linux.org
Fri Jan 13 13:42:31 CET 2006
Author: cieciwa Date: Fri Jan 13 12:42:31 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- fixed for 2.6.15.
---- Files affected:
SOURCES:
linux-2.6-nf-fuzzy.patch (1.1.2.2 -> 1.1.2.3)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-nf-fuzzy.patch
diff -u SOURCES/linux-2.6-nf-fuzzy.patch:1.1.2.2 SOURCES/linux-2.6-nf-fuzzy.patch:1.1.2.3
--- SOURCES/linux-2.6-nf-fuzzy.patch:1.1.2.2 Fri Oct 28 14:13:47 2005
+++ SOURCES/linux-2.6-nf-fuzzy.patch Fri Jan 13 13:42:26 2006
@@ -298,7 +298,7 @@
diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv6/netfilter/ip6t_fuzzy.c linux-2.6.14/net/ipv6/netfilter/ip6t_fuzzy.c
--- linux-2.6.14.org/net/ipv6/netfilter/ip6t_fuzzy.c 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.14/net/ipv6/netfilter/ip6t_fuzzy.c 2005-10-28 13:53:15.000000000 +0200
-@@ -0,0 +1,188 @@
+@@ -0,0 +1,186 @@
+/*
+ * This module implements a simple TSK FLC
+ * (Takagi-Sugeno-Kang Fuzzy Logic Controller) that aims
@@ -465,12 +465,10 @@
+}
+
+static struct ip6t_match ip6t_fuzzy_reg = {
-+ {NULL, NULL},
-+ "fuzzy",
-+ ip6t_fuzzy_match,
-+ ip6t_fuzzy_checkentry,
-+ NULL,
-+ THIS_MODULE };
++ .name = "fuzzy",
++ .match = ip6t_fuzzy_match,
++ .checkentry = ip6t_fuzzy_checkentry,
++ .me = THIS_MODULE };
+
+static int __init init(void)
+{
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-fuzzy.patch?r1=1.1.2.2&r2=1.1.2.3&f=u
More information about the pld-cvs-commit
mailing list