diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 19:36:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 20:03:19 +0300 |
commit | 620ccb5f62b0df7be554b99ec7914a4cacf49b0b (patch) | |
tree | a185abf6ae9b2963b55d6e5f7c62310f0ffc2a50 /contrib/libs/c-ares/src | |
parent | 382c2d1a7016904a0843f1e8f315b9ad70e2b3f0 (diff) | |
download | ydb-620ccb5f62b0df7be554b99ec7914a4cacf49b0b.tar.gz |
Revert some excessive c-ares patches
Diffstat (limited to 'contrib/libs/c-ares/src')
-rw-r--r-- | contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c b/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c index 084c8fa1985..1242a8f19aa 100644 --- a/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c +++ b/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c @@ -36,9 +36,6 @@ #undef WIN32 #endif -#define next_lookup next_lookup_x -#define file_lookup file_lookup_x - struct addr_query { /* Arguments passed to ares_gethostbyaddr() */ ares_channel channel; @@ -288,7 +285,3 @@ static void ptr_rr_name(char *name, const struct ares_addr *addr) bytes[1]&0xf, bytes[1] >> 4, bytes[0]&0xf, bytes[0] >> 4); } } - -#undef next_lookup -#undef file_lookup - |