mtr: remove a broken resolver related patch chunk to fix dns issues (fixes #11044)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jul 2012 22:20:21 +0000 (22:20 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jul 2012 22:20:21 +0000 (22:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32690 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/mtr/patches/502-fix-res_ninit.patch

index efece77..dc0a02b 100644 (file)
@@ -1,30 +1,5 @@
 --- a/dns.c
 +++ b/dns.c
-@@ -309,17 +309,17 @@ char nullstring[] = "";
- int use_dns = 1;
--#ifdef res_ninit
--#define MY_RES_INIT() res_ninit(&myres);
--#define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
--    res_nmkquery(&myres, a, b, c, d, e, f, g, h, i)
--struct __res_state myres;
--#else
-+//#ifdef res_ninit
-+//#define MY_RES_INIT() res_ninit(&myres);
-+//#define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
-+//    res_nmkquery(&myres, a, b, c, d, e, f, g, h, i)
-+//struct __res_state myres;
-+//#else
- #define MY_RES_INIT() res_init();
- #define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
-     res_mkquery(a, b, c, d, e, f, g, h, i)
- #define myres _res
--#endif
-+//#endif
- /* Code */
- #ifdef CorruptCheck
 @@ -1267,28 +1267,6 @@ res_nmkquery(res_state statp,
                  return (-1);
          memset(buf, 0, HFIXEDSZ);