[uClibc]little ipv6 bug

Erik Andersen andersen at codepoet.org
Thu Nov 21 07:06:28 UTC 2002


On Mon Nov 18, 2002 at 04:26:33PM -0200, Eduardo B. Fonseca wrote:
> Hello!
> 
> 	Another little bug: Every ipv6-aware app I try to compile using the
> buildroot image or Erik's own image (btw again, thanks!), detects ipv6
> perfectly, but when compiled, fails to find in6addr_any.
> 
> 	So, I'm manually adding to all my apps the following struct (ripped
> from glibc):
> 
> const struct in6_addr in6addr_any =
> { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } };
> 
> 	Any chance to add this little struct to uClibc? Or is there any other
> solution to this little problem?

The struct is there and has been for quite some time...  I just
rearranged things a bit, but it certainly seems to be there.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list