]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Jun 2008 04:45:06 +0000 (04:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Jun 2008 04:45:06 +0000 (04:45 +0000)
Patch by Peter Jones <pjones@redhat.com>.

ChangeLog
localedata/tst-strptime.c
resolv/res_debug.c

index 0ff145cd0ab20b91fba294718250b7ac027e3e90..a2a0cc3949a6e732d1568cd857cffdc4d3a346d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
+       Patch by Peter Jones <pjones@redhat.com>.
+
 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #6654]
index a95b2c26116b7d4eefc54b6d60851d37a624137d..2d4bb7ce09679556d98a333dce50aed4240b3329 100644 (file)
@@ -34,8 +34,8 @@ do_test (void)
   printf ("\
 r = %p, r-s2 = %tu, tm.tm_mday = %d, tm.tm_mon = %d, tm.tm_year = %d\n",
          r, r - s2, tm.tm_mday, tm.tm_mon, tm.tm_year);
-  result = (r == NULL || r - s2 != 14 || tm.tm_mday != 25 || tm.tm_mon != 5
-           || tm.tm_year != 108);
+  result |= (r == NULL || r - s2 != 14 || tm.tm_mday != 25 || tm.tm_mon != 5
+            || tm.tm_year != 108);
 
   return result;
 }
index cd69d4f4d448b72e76a84485d8c495970faafb28..76fd34bf3c19e2a25e9ab1bdae5074e63ace6c32 100644 (file)
@@ -439,6 +439,7 @@ const struct res_sym __p_type_syms[] = {
        {ns_t_nimloc,   "NIMLOC",       "NIMROD locator (unimplemented)"},
        {ns_t_srv,      "SRV",          "server selection"},
        {ns_t_atma,     "ATMA",         "ATM address (unimplemented)"},
+       {ns_t_dname,    "DNAME",        "Non-terminal DNAME (for IPv6)"},
        {ns_t_tsig,     "TSIG",         "transaction signature"},
        {ns_t_ixfr,     "IXFR",         "incremental zone transfer"},
        {ns_t_axfr,     "AXFR",         "zone transfer"},