From: Nick Sillik <n.sillik@temple.edu>
To: linux-kernel@vger.kernel.org,
Netfilter Core Team <coreteam@netfilter.org>
Subject: [PATCH 2.6.13-rc3-mm2]net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error
Date: Wed, 27 Jul 2005 16:49:59 -0400 [thread overview]
Message-ID: <42E7F377.9040107@temple.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
Sorry for the resend and previously bad subject line.
This fixes a single -Wundef error in the file
net/ipv4/netfilter/ip_conntrack_core.c ,
Please Apply
Nick Sillik
n.sillik@temple.edu
[-- Attachment #2: ipconntrack_wundef.patch --]
[-- Type: text/plain, Size: 590 bytes --]
diff -urN a/net/ipv4/netfilter/ip_conntrack_core.c b/net/ipv4/netfilter/ip_conntrack_core.c
--- a/net/ipv4/netfilter/ip_conntrack_core.c 2005-07-27 16:40:16.000000000 -0400
+++ b/net/ipv4/netfilter/ip_conntrack_core.c 2005-07-27 16:41:00.000000000 -0400
@@ -723,7 +723,7 @@
/* Welcome, Mr. Bond. We've been expecting you... */
__set_bit(IPS_EXPECTED_BIT, &conntrack->status);
conntrack->master = exp->master;
-#if CONFIG_IP_NF_CONNTRACK_MARK
+#ifdef CONFIG_IP_NF_CONNTRACK_MARK
conntrack->mark = exp->master->mark;
#endif
nf_conntrack_get(&conntrack->master->ct_general);
next reply other threads:[~2005-07-27 20:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-27 20:49 Nick Sillik [this message]
2005-07-27 21:24 ` [PATCH 2.6.13-rc3-mm2]net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error David S. Miller
2005-07-27 21:38 ` Nick Sillik
2005-07-27 21:44 ` David S. Miller
2005-07-27 21:45 ` David S. Miller
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=42E7F377.9040107@temple.edu \
--to=n.sillik@temple.edu \
--cc=coreteam@netfilter.org \
--cc=linux-kernel@vger.kernel.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.