diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Versions | 3 | ||||
-rw-r--r-- | resolv/resolv.h | 15 |
2 files changed, 3 insertions, 15 deletions
diff --git a/resolv/Versions b/resolv/Versions index 2449a41cea..fcbaba5a47 100644 --- a/resolv/Versions +++ b/resolv/Versions @@ -67,6 +67,9 @@ libresolv { __res_nquerydomain; __res_nsearch; __res_nsend; __res_query; __res_querydomain; __res_search; } + GLIBC_2.3.2 { + __p_rcode; + }; GLIBC_PRIVATE { # Needed in libnss_dns. __ns_name_unpack; __ns_name_ntop; diff --git a/resolv/resolv.h b/resolv/resolv.h index 6454f9c3f6..e8f384db92 100644 --- a/resolv/resolv.h +++ b/resolv/resolv.h @@ -260,21 +260,6 @@ int res_send __P((const u_char *, int, u_char *, int)); __END_DECLS #endif -#if !defined(SHARED_LIBBIND) || defined(LIB) -/* - * If libbind is a shared object (well, DLL anyway) - * these externs break the linker when resolv.h is - * included by a lib client (like named) - * Make them go away if a client is including this - * - */ -extern const struct res_sym __p_key_syms[]; -extern const struct res_sym __p_cert_syms[]; -extern const struct res_sym __p_class_syms[]; -extern const struct res_sym __p_type_syms[]; -extern const struct res_sym __p_rcode_syms[]; -#endif /* SHARED_LIBBIND */ - #define b64_ntop __b64_ntop #define b64_pton __b64_pton #define dn_comp __dn_comp |