From: Martin Uecker <muecker@gmx.de>
To: linux-kernel@vger.kernel.org
Cc: Herbert Xu <herbert@debian.org>
Subject: 2.4.18: symbol versioning error (patch)
Date: Thu, 25 Jul 2002 18:51:59 +0200 [thread overview]
Message-ID: <20020725165159.GA4887@macavity> (raw)
Hi,
if "sock.h" is not included, the versioned symbols
for "sk_run_filter" and "sk_chk_filter" are not created
correctly.
(kernel version: 2.4.18 (with debian patches))
--- net/netsyms.c.old Thu Jul 25 17:46:31 2002
+++ net/netsyms.c Thu Jul 25 17:59:31 2002
@@ -82,7 +82,7 @@
extern void destroy_8023_client(struct datalink_proto *);
#endif
-#ifdef CONFIG_ATALK_MODULE
+#if defined(CONFIG_ATALK_MODULE) || defined(CONFIG_FILTER)
#include <net/sock.h>
#endif
reply other threads:[~2002-07-25 16:50 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=20020725165159.GA4887@macavity \
--to=muecker@gmx.de \
--cc=herbert@debian.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox