public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error
@ 2005-07-27 20:43 Nick Sillik
  0 siblings, 0 replies; only message in thread
From: Nick Sillik @ 2005-07-27 20:43 UTC (permalink / raw)
  To: linux-kernel, Netfilter Core Team

[-- 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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-27 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 20:43 net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error Nick Sillik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox