[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00277) Re: Latest snapshot kernel compile failure



Sorry, it is not enough.
Ignore this patch.
--
Takeshi Kusune

In usagi-users No.276
  Subject: (usagi-users 00276) Re: Latest snapshot kernel compile failure
    Takeshi Kusune <kusune@xxxxxxxxxxxxxxxxxxxxx> wrote:

 >> 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);
 >> 
 >>