diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-19 11:07:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-19 11:07:21 +0000 |
commit | bfefdc65657e145a0e05886ec571e0ee6af1a290 (patch) | |
tree | e072cf8ca55d809102a59836e70bf00782c4b706 /include | |
parent | 9a87c828751eddd3f3fef0b74f3f9c2271eacf6c (diff) | |
download | uClibc-alpine-bfefdc65657e145a0e05886ec571e0ee6af1a290.tar.bz2 uClibc-alpine-bfefdc65657e145a0e05886ec571e0ee6af1a290.tar.xz |
Fixup struct _res handling so apps using struct _res can actually
compile ("worst standard ever!")
-Erik
Diffstat (limited to 'include')
-rw-r--r-- | include/resolv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/resolv.h b/include/resolv.h index 79c3974f8..815b3a92a 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -216,12 +216,11 @@ typedef struct __res_state *res_state; #define RES_PRF_INIT 0x00004000 /* 0x00008000 */ - -#ifndef __BIND_NOSTATIC - /* Internal (static) resolver context. */ extern struct __res_state _res; +#ifndef __BIND_NOSTATIC + #define fp_nquery __fp_nquery #define fp_query __fp_query #define hostalias __hostalias |