diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:54:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:54:50 +0000 |
commit | d3f5b32ae4287a59114e252637c7a3310488de05 (patch) | |
tree | d3cf4cace3a22e5b33f8b81cf96eb9727d4cc2a5 /libc/inet/resolv.c | |
parent | 7d37f33c752af230b5e6fcd9c35a03cd4c22724a (diff) | |
download | uClibc-alpine-d3f5b32ae4287a59114e252637c7a3310488de05.tar.bz2 uClibc-alpine-d3f5b32ae4287a59114e252637c7a3310488de05.tar.xz |
- synch r25316:25325 from trunk
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index b376b82b0..ecc7ce5cf 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -133,6 +133,14 @@ * */ +/* Nota bene: + The whole resolver code has several (severe) problems: + - it doesn't even build without IPv4, i.e. !UCLIBC_HAS_IPV4 but only IPv6 + - it is way too big + + Both points above are considered bugs, patches/reimplementations welcome. +*/ + #define __FORCE_GLIBC #include <features.h> #include <string.h> |