diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-16 04:07:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-16 04:07:16 +0000 |
commit | 1a82a7130a61eb7c072217447a20d9a65c4b308b (patch) | |
tree | 3b84742b1b577e5101366d1e9b54e6bb81f95a09 /libc/inet/Makefile.in | |
parent | ade760af3cb1bd8f3e1f6ac1b1fdc936d667c2a1 (diff) |
resolver: make getaddrinfo actually respect _res.nsaddr_list;
add largish comment explaining what we are doing, and why;
fixes to make IPv6-only resolver possible
Diffstat (limited to 'libc/inet/Makefile.in')
-rw-r--r-- | libc/inet/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index f905c8e35..f6ee48f9d 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -43,8 +43,8 @@ resolv_CSRC += encodeh.c decodeh.c encoded.c decoded.c lengthd.c encodeq.c \ ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),) CSRC += $(resolv_CSRC) -# unused ATM -CSRC += encodep.c decodep.c formquery.c +## # unused ATM +## CSRC += encodep.c decodep.c formquery.c endif |