Date: Thursday, September 8, 2011 @ 17:27:09
  Author: allan
Revision: 137533

upgpkg: glibc 2.14-6

remove unused patch

Deleted:
  glibc/trunk/glibc-2.14-revert-4769ae77.patch

----------------------------------+
 glibc-2.14-revert-4769ae77.patch |   37 -------------------------------------
 1 file changed, 37 deletions(-)

Deleted: glibc-2.14-revert-4769ae77.patch
===================================================================
--- glibc-2.14-revert-4769ae77.patch    2011-09-08 21:08:21 UTC (rev 137532)
+++ glibc-2.14-revert-4769ae77.patch    2011-09-08 21:27:09 UTC (rev 137533)
@@ -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;

Reply via email to