summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 01:46:10 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 22:39:17 +0100
commitefe75b58fd43743d84fd74eac8a0e1d6edcc430c (patch)
tree8291d1b2fe57dcfcad2a895b28cc33ffcaa17a79 /include
parent577b8d7e5643ec4ffbaeae9cebfa87bacaf966e7 (diff)
nameser.h: sync with glibc
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index a9c199e25..917ba19b9 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -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) */