summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/200-ipv6_hosts_resolve.patch
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to uClibc 0.9.28.2nbd2007-02-241-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix ipv4/ipv6 resolving.nbd2007-01-271-0/+12
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