diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:26:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:26:28 (GMT) |
commit | 4628c584471e5b7db1285b2bf957bd5e17b0bf4f (patch) | |
tree | fd924acce1afe30b8108dfa0ad19317ef3371bb4 /abs/core/glibc/glibc-2.14-revert-4462fad3.patch | |
parent | dc6575a3bf0f1eac9e11842723b0f3be0f45ef79 (diff) | |
download | linhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.zip linhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.tar.gz linhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.tar.bz2 |
glibc 2.16
major update, some programs required new patches to work with it
Diffstat (limited to 'abs/core/glibc/glibc-2.14-revert-4462fad3.patch')
-rw-r--r-- | abs/core/glibc/glibc-2.14-revert-4462fad3.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/abs/core/glibc/glibc-2.14-revert-4462fad3.patch b/abs/core/glibc/glibc-2.14-revert-4462fad3.patch deleted file mode 100644 index d71e374..0000000 --- a/abs/core/glibc/glibc-2.14-revert-4462fad3.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -Naur glibc-orig//resolv/res_send.c glibc/resolv/res_send.c ---- glibc-orig//resolv/res_send.c 2011-06-10 18:59:03.041436996 +1000 -+++ glibc/resolv/res_send.c 2011-06-10 19:08:09.379309323 +1000 -@@ -549,7 +549,7 @@ - ns, ansp, ansp2, nansp2, resplen2); - if (n < 0) - return (-1); -- if (n == 0 && (buf2 == NULL || resplen2 == 0)) -+ if (n == 0) - goto next_ns; - } else { - /* Use datagrams. */ -@@ -559,7 +559,7 @@ - ansp2, nansp2, resplen2); - if (n < 0) - return (-1); -- if (n == 0 && (buf2 == NULL || resplen2 == 0)) -+ if (n == 0) - goto next_ns; - if (v_circuit) - // XXX Check whether both requests failed or -@@ -1275,14 +1275,10 @@ - (*thisresplenp > *thisanssizp) - ? *thisanssizp : *thisresplenp); - -- if (recvresp1 || (buf2 != NULL && recvresp2)) { -- *resplen2 = 0; -+ if (recvresp1 || (buf2 != NULL && recvresp2)) - return resplen; -- } - if (buf2 != NULL) - { -- /* No data from the first reply. */ -- resplen = 0; - /* We are waiting for a possible second reply. */ - if (hp->id == anhp->id) - recvresp1 = 1; |