* [PATCH 2.4.32-pre3] Fix bogus inline in ip_conntrack.h
@ 2005-09-22 17:04 Marcus Sundberg
2005-09-23 13:17 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Sundberg @ 2005-09-22 17:04 UTC (permalink / raw)
To: Harald Welte; +Cc: Netfilter Development Mailinglist
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-23 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-22 17:04 [PATCH 2.4.32-pre3] Fix bogus inline in ip_conntrack.h Marcus Sundberg
2005-09-23 13:17 ` Harald Welte
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.