From: Nick Sillik <n.sillik@temple.edu>
To: linux-kernel@vger.kernel.org,
Netfilter Core Team <coreteam@netfilter.org>
Subject: net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error
Date: Wed, 27 Jul 2005 16:43:32 -0400 [thread overview]
Message-ID: <42E7F1F4.4070208@temple.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 135 bytes --]
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: 589 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);
reply other threads:[~2005-07-27 21:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=42E7F1F4.4070208@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox