All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] gcc4 / kill `extern inline` in nf_conntrack.h
@ 2005-08-01 10:08 Pawel Sikora
  2005-08-03 13:00 ` Samir Bellabes
  0 siblings, 1 reply; 4+ messages in thread
From: Pawel Sikora @ 2005-08-01 10:08 UTC (permalink / raw)
  To: Netfilter Development Mailinglist, Patrick McHardy

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



[-- Attachment #2: nf_ct.diff --]
[-- Type: text/x-diff, Size: 531 bytes --]

Index: linux-2.6/include/linux/netfilter/nf_conntrack.h
===================================================================
--- linux-2.6/include/linux/netfilter/nf_conntrack.h	(revision 4208)
+++ linux-2.6/include/linux/netfilter/nf_conntrack.h	(working copy)
@@ -218,7 +218,7 @@
 }
 
 /* decrement reference count on a conntrack */
-extern inline void nf_ct_put(struct nf_conn *ct);
+extern void nf_ct_put(struct nf_conn *ct);
 
 /* call to create an explicit dependency on nf_conntrack. */
 extern void need_nf_conntrack(void);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-03 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01 10:08 [TRIVIAL PATCH] gcc4 / kill `extern inline` in nf_conntrack.h Pawel Sikora
2005-08-03 13:00 ` Samir Bellabes
2005-10-31  4:00   ` Yasuyuki KOZAKAI
2005-11-03 18:13     ` 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.