patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-dns.patch
changeset 330 447b203edc2e
parent 329 419d959441ed
child 331 0c05f9ea3254
     1.1 --- a/patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-dns.patch	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 ---- glibc-2.1.3/glibc-compat/nss_dns/dns-host.c.old	Sun Apr 11 21:46:14 2004
     1.5 -+++ glibc-2.1.3/glibc-compat/nss_dns/dns-host.c	Sun Apr 11 21:46:26 2004
     1.6 -@@ -256,7 +256,7 @@
     1.7 -       strcpy(qp, "ip6.int");
     1.8 -       break;
     1.9 -     default:
    1.10 --      /* Cannot happen.  */
    1.11 -+      ; /* Cannot happen.  */
    1.12 -     }
    1.13 - 
    1.14 -   host_buffer = (querybuf *) malloc (sizeof (querybuf));