Skip to content

Commit

Permalink
* resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 14, 2006
1 parent cc7eecb commit b8fed42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-10-14 Ulrich Drepper <drepper@redhat.com>

* resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.

2006-10-13 Ulrich Drepper <drepper@redhat.com>

[BZ #3313]
Expand Down
2 changes: 1 addition & 1 deletion resolv/arpa/nameser.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ typedef enum __ns_type {
ns_t_naptr = 35, /* Naming Authority PoinTeR */
ns_t_kx = 36, /* Key Exchange */
ns_t_cert = 37, /* Certification record */
ns_t_a6 = 38, /* IPv6 address (deprecates AAAA) */
ns_t_a6 = 38, /* IPv6 address (deprecated, use ns_t_aaaa) */
ns_t_dname = 39, /* Non-terminal DNAME (for IPv6) */
ns_t_sink = 40, /* Kitchen sink (experimentatl) */
ns_t_opt = 41, /* EDNS0 option (meta-RR) */
Expand Down

0 comments on commit b8fed42

Please sign in to comment.