From: Jonas Berlin <xkr47@outerspace.dyndns.org>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] connrate missing exports fixed
Date: Thu, 17 Mar 2005 16:19:55 +0200 [thread overview]
Message-ID: <4239920B.30906@outerspace.dyndns.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 389 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Connrate is missing two exports, which makes the kernel compilation fail if
either ip_conntrack or ipt_connrate is compiled as a module.
- --
- - xkr47
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCOZIExyF48ZTvn+4RAjevAKC6SzOT/tsdGJzP1x2j359krZeQbgCfdhT9
//cw9X54GzQDQT70H+5LeBs=
=A3ZE
-----END PGP SIGNATURE-----
[-- Attachment #2: connrate-export-fix.patch --]
[-- Type: text/x-patch, Size: 423 bytes --]
Index: connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c
===================================================================
--- connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c (revision 3800)
+++ connrate/linux/net/ipv4/netfilter/ip_conntrack_rate.c (working copy)
@@ -129,3 +129,6 @@
READ_UNLOCK(&rate_lock);
return rate;
}
+
+EXPORT_SYMBOL(ip_conntrack_rate_count);
+EXPORT_SYMBOL(ip_conntrack_rate_get);
next reply other threads:[~2005-03-17 14:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-17 14:19 Jonas Berlin [this message]
2005-03-17 14:45 ` [PATCH] connrate missing exports fixed Patrick McHardy
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=4239920B.30906@outerspace.dyndns.org \
--to=xkr47@outerspace.dyndns.org \
--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.