From: Marcus Sundberg <marcus@ingate.com>
To: Harald Welte <laforge@netfilter.org>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [PATCH 2.4.32-pre3] Fix bogus inline in ip_conntrack.h
Date: Thu, 22 Sep 2005 19:04:05 +0200 [thread overview]
Message-ID: <4332E405.80307@ingate.com> (raw)
Hi,
this patch fixes a compilation issue with gcc 3.4.3.
//Marcus
--- linux-2.4.32-pre3/include/linux/netfilter_ipv4/ip_conntrack.h 12 May 2005 08:46:44 -0000
+++ linux/include/linux/netfilter_ipv4/ip_conntrack.h 22 Sep 2005 16:53:37 -0000
@@ -229,7 +229,7 @@ extern struct ip_conntrack *
ip_conntrack_get(struct sk_buff *skb, enum ip_conntrack_info *ctinfo);
/* decrement reference count on a conntrack */
-extern inline void ip_conntrack_put(struct ip_conntrack *ct);
+extern void ip_conntrack_put(struct ip_conntrack *ct);
/* find unconfirmed expectation based on tuple */
struct ip_conntrack_expect *
Signed-off-by: Marcus Sundberg <marcus@ingate.com>
--
---------------------------------------+--------------------------
Marcus Sundberg <marcus@ingate.com> | Firewalls with SIP & NAT
Software Developer, Ingate Systems AB | http://www.ingate.com/
next reply other threads:[~2005-09-22 17:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-22 17:04 Marcus Sundberg [this message]
2005-09-23 13:17 ` [PATCH 2.4.32-pre3] Fix bogus inline in ip_conntrack.h Harald Welte
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=4332E405.80307@ingate.com \
--to=marcus@ingate.com \
--cc=laforge@netfilter.org \
--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.