* 2.4.18: symbol versioning error (patch)
@ 2002-07-25 16:51 Martin Uecker
0 siblings, 0 replies; only message in thread
From: Martin Uecker @ 2002-07-25 16:51 UTC (permalink / raw)
To: linux-kernel; +Cc: Herbert Xu
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-25 16:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-25 16:51 2.4.18: symbol versioning error (patch) Martin Uecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox