1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-25 21:48:03 +03:00
openwrt-xburst/toolchain/uClibc
nbd b871cf38ee Fix ipv4/ipv6 resolving.
When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address
from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the
supplied address family. This returns ipv4 addresses marked as ipv6 ones.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:13:06 +00:00
..
config little endian arm support 2006-11-29 02:39:31 +00:00
patches Fix ipv4/ipv6 resolving. 2007-01-27 15:13:06 +00:00
Makefile add a configuration option to enable full c99 math in libm. this is needed for functions like floorf (which happens to be used in postgresql server as an example) 2006-10-26 17:16:13 +00:00