diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-27 21:33:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-27 21:33:40 +0000 |
commit | 32738a227007c089581a62621c673dceabd1c08d (patch) | |
tree | 25cc0ed7c3e521930ac8ef538b37b54e0903b2cc /resolv/res_mkquery.c | |
parent | b1f68750871f1d447fb7d36b24590084239730b5 (diff) | |
download | glibc-32738a227007c089581a62621c673dceabd1c08d.tar.gz glibc-32738a227007c089581a62621c673dceabd1c08d.tar.xz glibc-32738a227007c089581a62621c673dceabd1c08d.zip |
Update.
2004-10-27 Jakub Jelinek <jakub@redhat.com> * include/resolv.h (_res_opcodes): New extern. Add libresolv_hidden_proto. * resolv/res_debug.c (_res_opcodes): Remove. (__p_class_syms, __p_type_syms): Add libresolv_hidden_proto and libresolv_hidden_data_def. Remove attribute_hidden. * resolv/res_mkquery (_res_opcodes): Remove. * resolv/res_data.c (_res_opcodes): Remove attribute_hidden. Add libresolv_hidden_data_def. * elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO into an empty namespace.
Diffstat (limited to 'resolv/res_mkquery.c')
-rw-r--r-- | resolv/res_mkquery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c index 875d495b72..815fcf8ab3 100644 --- a/resolv/res_mkquery.c +++ b/resolv/res_mkquery.c @@ -88,8 +88,6 @@ static const char rcsid[] = "$BINDId: res_mkquery.c,v 8.12 1999/10/13 16:39:40 v # endif #endif -extern const char *_res_opcodes[]; - /* * Form all types of queries. * Returns the size of the result or -1. |