mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
* resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
This commit is contained in:
parent
cc7eecbfc0
commit
b8fed425d6
@ -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]
|
||||
|
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user