* [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
* Re: [PATCH 2.4.32-pre3] Fix bogus inline in ip_conntrack.h
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
0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2005-09-23 13:17 UTC (permalink / raw)
To: Marcus Sundberg; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
On Thu, Sep 22, 2005 at 07:04:05PM +0200, Marcus Sundberg wrote:
> Hi,
>
> this patch fixes a compilation issue with gcc 3.4.3.
thanks, I'll push it to marcelo shortly.
--
- Harald Welte <laforge@netfilter.org> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ 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.