All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Sillik <n.sillik@temple.edu>
To: "David S. Miller" <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH 2.6.13-rc3-mm2]net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error
Date: Wed, 27 Jul 2005 17:38:31 -0400	[thread overview]
Message-ID: <42E7FED7.6070609@temple.edu> (raw)
In-Reply-To: <20050727.142458.112852452.davem@davemloft.net>

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

Apologies

Signed-off-by: Nick Sillik <n.sillik@temple.edu>

David S. Miller wrote:
> From: Nick Sillik <n.sillik@temple.edu>
> Date: Wed, 27 Jul 2005 16:49:59 -0400
> 
> 
>>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 supply a proper Signed-off-by: line with your
> patch.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


[-- 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:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-27 20:49 [PATCH 2.6.13-rc3-mm2]net/ipv4/netfilter/ip_conntrack_core.c fix -Wundef error Nick Sillik
2005-07-27 21:24 ` David S. Miller
2005-07-27 21:38   ` Nick Sillik [this message]
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=42E7FED7.6070609@temple.edu \
    --to=n.sillik@temple.edu \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --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.