lkml.org 
[lkml]   [2000]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: where should EXPORT_SYMBOLs go in 2.4.0test6-pre5?
On Sat, Aug 05, 2000 at 03:30:02PM -0500, Thomas Molina wrote:
> When trying to compile 2.4.0test6-pre4 I get a lot of the following:
...
> because ipt_register_table is exported both in linux/net/netsyms.c and
> linux/net/ipv4/netfilter/ip_tables.c. The additional definition appears
> in the test6-pre5 patchset.

I don't see this problem with test6-pre5, only the following is needed
(already sent to linus):
diff -u linux/net/ipv4/netfilter/ip_tables.c.depmodfix linux/net/ipv4/netfilter/ip_tables.c
--- linux/net/ipv4/netfilter/ip_tables.c.depmodfix Sat Aug 5 13:33:10 2000
+++ linux/net/ipv4/netfilter/ip_tables.c Sat Aug 5 14:56:13 2000
@@ -1753,6 +1753,8 @@
EXPORT_SYMBOL(ipt_register_match);
EXPORT_SYMBOL(ipt_unregister_match);
EXPORT_SYMBOL(ipt_do_table);
+EXPORT_SYMBOL(ipt_register_target);
+EXPORT_SYMBOL(ipt_unregister_target);

module_init(init);
module_exit(fini);
--
Frank
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.065 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site