* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
[platform/upstream/glibc.git] / resolv / nss_dns / dns-host.c
index a9462ae..62e67e8 100644 (file)
@@ -824,7 +824,7 @@ getanswer_r (const querybuf *answer, int anslen, const char *qname, int qtype,
       switch (type)
        {
        case T_PTR:
-         if (__builtin_expect (__strcasecmp (tname, bp) != 0, 0))
+         if (__builtin_expect (strcasecmp (tname, bp) != 0, 0))
            {
              syslog (LOG_NOTICE | LOG_AUTH, AskedForGot, qname, bp);
              cp += n;