* [NETFILTER]: Fix extern inline without function body
@ 2005-07-21 0:01 Patrick McHardy
0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2005-07-21 0:01 UTC (permalink / raw)
To: David S. Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: text/plain, Size: 40 bytes --]
Fixes a compilation error with gcc-4.0
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1044 bytes --]
[NETFILTER]: Fix extern inline without function body
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit aa4d64d057c37bc29954789fd24dcb7018ca6973
tree 540da1b32872e758ad8806057412ee08759c746a
parent 250a3087bb4488fc8f4407b3b7bbb2b44565b515
author Patrick McHardy <kaber@trash.net> Thu, 21 Jul 2005 01:53:54 +0200
committer Patrick McHardy <kaber@trash.net> Thu, 21 Jul 2005 01:53:54 +0200
include/linux/netfilter_ipv4/ip_conntrack.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/netfilter_ipv4/ip_conntrack.h b/include/linux/netfilter_ipv4/ip_conntrack.h
--- a/include/linux/netfilter_ipv4/ip_conntrack.h
+++ b/include/linux/netfilter_ipv4/ip_conntrack.h
@@ -293,7 +293,7 @@ ip_conntrack_get(const struct sk_buff *s
}
/* 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);
/* call to create an explicit dependency on ip_conntrack. */
extern void need_ip_conntrack(void);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-21 0:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-21 0:01 [NETFILTER]: Fix extern inline without function body Patrick McHardy
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.