[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00276) Re: Latest snapshot kernel compile failure
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 00276) Re: Latest snapshot kernel compile failure
- From: Takeshi Kusune / 楠根雄志 <kusune@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 12 Mar 2001 07:51:01 +0900
- In-reply-to: Your message of "Mon, 12 Mar 2001 00:17:23 JST." <Pine.LNX.4.31.0103120014140.12033-100000@netcore.fi>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (sparc-sun-solaris2.8) MULE/4.0 (HANANOEN)
In usagi-users No.275
Subject: (usagi-users 00275) Latest snapshot kernel compile failure
Pekka Savola <pekkas@xxxxxxxxxx> wrote:
>> Hello all,
>>
>> linux24 kernel from CVS as of like 5 minutes ago gives at the end of the
>> 'make bzImage':
>> net/network.o(__ksymtab+0x2d8): undefined reference to `ndisc_next_option'
>> net/network.o(__ksymtab+0x2e0): undefined reference to `ndisc_parse_options'
>> make: *** [vmlinux] Error 1
>>
>> Ie: something is wrong with ndisc_*.
Apply this patch.
--
Takeshi Kusune <kusune@xxxxxxxxxxxxxx>
--- netsyms.c.orig Mon Mar 12 07:38:21 2001
+++ netsyms.c Mon Mar 12 02:22:36 2001
@@ -174,8 +174,10 @@
EXPORT_SYMBOL(neigh_rand_reach_time);
EXPORT_SYMBOL(neigh_compat_output);
+#ifdef CONFIG_IPV6
EXPORT_SYMBOL(ndisc_next_option);
EXPORT_SYMBOL(ndisc_parse_options);
+#endif
/* dst_entry */
EXPORT_SYMBOL(dst_alloc);