summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 01:46:10 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 11:22:34 -0800
commit8100ff3f10d9a011d19941a620fb0b2d6f2f9526 (patch)
treeb038a017731a2adf04621e535e8876dd6642b658
parentdefc11c41fe199f894a77e5b92b23032f421dced (diff)
downloaduClibc-alpine-8100ff3f10d9a011d19941a620fb0b2d6f2f9526.tar.bz2
uClibc-alpine-8100ff3f10d9a011d19941a620fb0b2d6f2f9526.tar.xz
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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-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) */