lkml.org 
[lkml]   [2000]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [2.3.49] unresolved symbols
   Date:   Fri, 3 Mar 2000 09:43:33 +0100
From: Artur Frysiak <wiget@t17.ds.pwr.wroc.pl>

depmod: *** Unresolved symbols in /lib/modules/2.3.49/ipv6/ipv6.o
depmod: nf_setsockopt
depmod: nf_getsockopt
depmod: *** Unresolved symbols in /lib/modules/2.3.49/misc/decnet.o
depmod: nf_setsockopt
depmod: nf_getsockopt

These should be fixed by this patch.

--- net/netsyms.c.~1~ Tue Feb 29 20:48:46 2000
+++ net/netsyms.c Fri Mar 3 00:51:46 2000
@@ -586,6 +586,8 @@
EXPORT_SYMBOL(nf_unregister_queue_handler);
EXPORT_SYMBOL(nf_hook_slow);
EXPORT_SYMBOL(nf_hooks);
+EXPORT_SYMBOL(nf_setsockopt);
+EXPORT_SYMBOL(nf_getsockopt);
#endif

EXPORT_SYMBOL(register_gifconf);
-
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:56    [W:0.222 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site