diff options
Diffstat (limited to 'community/connman/libresolv.patch')
-rw-r--r-- | community/connman/libresolv.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/connman/libresolv.patch b/community/connman/libresolv.patch index c28a7c1e35..3786b86cef 100644 --- a/community/connman/libresolv.patch +++ b/community/connman/libresolv.patch @@ -1,9 +1,8 @@ musl does not implement res_ninit -diff --exclude '*.*o' -ru connman-1.24.orig/gweb/gresolv.c connman-1.24/gweb/gresolv.c ---- connman-1.24.orig/gweb/gresolv.c 2014-07-18 20:17:25.000000000 -0300 -+++ connman-1.24/gweb/gresolv.c 2014-07-18 20:24:01.874669130 -0300 -@@ -874,8 +874,6 @@ +--- a/gweb/gresolv.c ++++ b/gweb/gresolv.c +@@ -877,8 +877,6 @@ resolv->index = index; resolv->nameserver_list = NULL; @@ -12,7 +11,7 @@ diff --exclude '*.*o' -ru connman-1.24.orig/gweb/gresolv.c connman-1.24/gweb/gre return resolv; } -@@ -915,8 +913,6 @@ +@@ -918,8 +916,6 @@ flush_nameservers(resolv); @@ -21,7 +20,7 @@ diff --exclude '*.*o' -ru connman-1.24.orig/gweb/gresolv.c connman-1.24/gweb/gre g_free(resolv); } -@@ -1019,24 +1015,19 @@ +@@ -1022,24 +1018,19 @@ debug(resolv, "hostname %s", hostname); if (!resolv->nameserver_list) { @@ -58,4 +57,3 @@ diff --exclude '*.*o' -ru connman-1.24.orig/gweb/gresolv.c connman-1.24/gweb/gre } if (!resolv->nameserver_list) - |