Skip to content

Commit

Permalink
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
Browse files Browse the repository at this point in the history
	Patch by Peter Jones <pjones@redhat.com>.
  • Loading branch information
Ulrich Drepper committed Jun 27, 2008
1 parent 104426b commit 34ca2ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions localedata/tst-strptime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions resolv/res_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 34ca2ff

Please sign in to comment.