Missing EXPORT_SYMBOLS

Mike (mike@oxlug.org)
Mon, 16 Aug 1999 19:07:16 +0100 (BST)


neigh_create and neigh_lookup are needed by the ipv6 module:

diff -urN linux-2.3.13-old/net/netsyms.c linux-2.3.13/net/netsyms.c
--- linux-2.3.13-old/net/netsyms.c Sat Jul 17 10:56:01 1999
+++ linux-2.3.13/net/netsyms.c Sat Jul 17 17:43:45 1999
@@ -178,7 +178,9 @@
#endif
EXPORT_SYMBOL(pneigh_lookup);
EXPORT_SYMBOL(pneigh_enqueue);
+EXPORT_SYMBOL(neigh_create);
EXPORT_SYMBOL(neigh_destroy);
+EXPORT_SYMBOL(neigh_lookup);
EXPORT_SYMBOL(neigh_parms_alloc);
EXPORT_SYMBOL(neigh_parms_release);
EXPORT_SYMBOL(neigh_rand_reach_time);

-- 
Mike <rickettm@ox.compsoc.net>

To communicate is the beginning of understanding. -- AT&T

- 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/