From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [NETFILTER]: Fix extern inline without function body
Date: Thu, 21 Jul 2005 02:01:12 +0200 [thread overview]
Message-ID: <42DEE5C8.9010902@trash.net> (raw)
[-- 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);
reply other threads:[~2005-07-21 0:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=42DEE5C8.9010902@trash.net \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--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.