From e98810dced1a6713d6bd0182c0c1b605446429de Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 30 Jun 2012 18:12:23 +0000
Subject: toolchain/uClibc: fix getting the nameserver from _res state after
 res_init. fixes displaying the nameserver in busybox nslookup

SVN-Revision: 32555
---
 .../uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch   | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 toolchain/uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch

diff --git a/toolchain/uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch b/toolchain/uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch
new file mode 100644
index 0000000000..c935821b22
--- /dev/null
+++ b/toolchain/uClibc/patches-0.9.33.2/132-inet_fix_res_init.patch
@@ -0,0 +1,15 @@
+--- a/libc/inet/resolv.c
++++ b/libc/inet/resolv.c
+@@ -3654,11 +3654,11 @@ res_init(void)
+ 	 */
+ 	if (!_res.id)
+ 		_res.id = res_randomid();
+-	__res_sync = res_sync_func;
+ 
+ 	__UCLIBC_MUTEX_UNLOCK(__resolv_lock);
+ 
+ 	__res_vinit(&_res, 1);
++	__res_sync = res_sync_func;
+ 
+ 	return 0;
+ }
-- 
cgit v1.2.3