From: "\"Wojciech \\\"Sas\\\" Cięciwa\"" <cieciwa@alpha.zarz.agh.edu.pl>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] patch-o-matic-ng snap 20060329 some fix
Date: Wed, 29 Mar 2006 17:59:24 +0200 [thread overview]
Message-ID: <442AAEDC.2080107@alpha.zarz.agh.edu.pl> (raw)
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
I try to add this snap to kernel 2.6.16.1, and got 3 error in module:
fuzzy, nth and random.
In attachment ane patches, pleas check and applay if this is correct.
Thanx.
Wojtek.
--
{Wojciech 'Sas' Cieciwa} {Member of PLD Team}
{ e-mail: cieciwa@alpha.zarz.agh.edu.pl }
[-- Attachment #2: random-ipv6.patch --]
[-- Type: text/plain, Size: 720 bytes --]
diff -Nur patch-o-matic-ng/patchlets/random.org/linux-2.6/net/ipv6/netfilter/ip6t_random.c patch-o-matic-ng/patchlets/random/linux-2.6/net/ipv6/netfilter/ip6t_random.c
--- patch-o-matic-ng/patchlets/random.org/linux-2.6/net/ipv6/netfilter/ip6t_random.c 2006-03-29 08:41:00.000000000 +0200
+++ patch-o-matic-ng/patchlets/random/linux-2.6/net/ipv6/netfilter/ip6t_random.c 2006-03-29 17:52:00.000000000 +0200
@@ -70,12 +70,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)
{
[-- Attachment #3: fuzzy-ipv6.patch --]
[-- Type: text/plain, Size: 727 bytes --]
diff -Nur patch-o-matic-ng/patchlets/fuzzy.org/linux-2.6.10/net/ipv6/netfilter/ip6t_fuzzy.c patch-o-matic-ng/patchlets/fuzzy/linux-2.6.10/net/ipv6/netfilter/ip6t_fuzzy.c
--- patch-o-matic-ng/patchlets/fuzzy.org/linux-2.6.10/net/ipv6/netfilter/ip6t_fuzzy.c 2006-03-29 08:41:02.000000000 +0200
+++ patch-o-matic-ng/patchlets/fuzzy/linux-2.6.10/net/ipv6/netfilter/ip6t_fuzzy.c 2006-03-29 17:43:43.000000000 +0200
@@ -164,12 +164,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)
{
[-- Attachment #4: nth-ipv6.patch --]
[-- Type: text/plain, Size: 698 bytes --]
diff -Nur patch-o-matic-ng/patchlets/nth.org/linux-2.6.10/net/ipv6/netfilter/ip6t_nth.c patch-o-matic-ng/patchlets/nth/linux-2.6.10/net/ipv6/netfilter/ip6t_nth.c
--- patch-o-matic-ng/patchlets/nth.org/linux-2.6.10/net/ipv6/netfilter/ip6t_nth.c 2006-03-29 08:40:55.000000000 +0200
+++ patch-o-matic-ng/patchlets/nth/linux-2.6.10/net/ipv6/netfilter/ip6t_nth.c 2006-03-29 17:50:12.000000000 +0200
@@ -140,12 +140,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)
{
next reply other threads:[~2006-03-29 15:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-29 15:59 "Wojciech \"Sas\" Cięciwa" [this message]
2006-03-29 16:36 ` [PATCH] patch-o-matic-ng snap 20060329 some fix Krzysztof Oledzki
2006-03-29 16:55 ` Krzysztof Oledzki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=442AAEDC.2080107@alpha.zarz.agh.edu.pl \
--to=cieciwa@alpha.zarz.agh.edu.pl \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.