aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony/0001-uclibc-res-do-not-call-res_init.patch
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-03 12:11:06 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-04 10:31:16 +0000
commit99a67a527fa000fbe2254f0b92c66b3301ebeea9 (patch)
treeca21509f5c22cf91751e10f4973263036367c0f6 /main/chrony/0001-uclibc-res-do-not-call-res_init.patch
parent5df764bc0ce145571a52b38d32f86bbcc82c3034 (diff)
main/chrony: new upstream version 2.2
Diffstat (limited to 'main/chrony/0001-uclibc-res-do-not-call-res_init.patch')
-rw-r--r--main/chrony/0001-uclibc-res-do-not-call-res_init.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/chrony/0001-uclibc-res-do-not-call-res_init.patch b/main/chrony/0001-uclibc-res-do-not-call-res_init.patch
deleted file mode 100644
index bbd18255cc9..00000000000
--- a/main/chrony/0001-uclibc-res-do-not-call-res_init.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6908e8eedf5232519a1f85942249040051e48fa8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
-Date: Wed, 30 May 2012 16:23:50 +0300
-Subject: [PATCH 1/2] uclibc/res: do not call res_init
-
-it prevents rereading of resolv.conf in uclibc, but enables that
-for glibc.
----
- nameserv.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/nameserv.c b/nameserv.c
-index 1770845..9ecf1d9 100644
---- a/nameserv.c
-+++ b/nameserv.c
-@@ -177,7 +177,6 @@ DNS_IPAddress2Name(IPAddr *ip_addr, char *name, int len)
- void
- DNS_Reload(void)
- {
-- res_init();
- }
-
- /* ================================================== */
---
-1.7.10.2
-