summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-04-06 19:45:17 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-04-06 19:45:17 +0000
commit84830e00cf994865fafa12e570ff60b06f47effc (patch)
treeb804a9784b2b0a719363841ecbf5c3c1e34dadd0
parent6e612eca81183bd9b864ea55583ff2c944ae5f1f (diff)
Notes
-rw-r--r--lib/libc/resolv/Symbol.map1
-rw-r--r--lib/libc/resolv/res_debug.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/resolv/Symbol.map b/lib/libc/resolv/Symbol.map
index 068ce83e8a49..90d8137b2b01 100644
--- a/lib/libc/resolv/Symbol.map
+++ b/lib/libc/resolv/Symbol.map
@@ -29,6 +29,7 @@ FBSD_1.0 {
__p_cert_syms;
__p_class_syms;
__p_key_syms;
+ __p_rcode_syms;
__p_type_syms;
__sym_ston;
__sym_ntos;
diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c
index a4787d9177b0..80b5b9410447 100644
--- a/lib/libc/resolv/res_debug.c
+++ b/lib/libc/resolv/res_debug.c
@@ -468,7 +468,7 @@ const struct res_sym __p_type_syms[] = {
/*
* Names of DNS rcodes.
*/
-static const struct res_sym __p_rcode_syms[] = {
+const struct res_sym __p_rcode_syms[] = {
{ns_r_noerror, "NOERROR", "no error"},
{ns_r_formerr, "FORMERR", "format error"},
{ns_r_servfail, "SERVFAIL", "server failed"},