diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-30 11:31:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-30 11:31:35 +0200 |
commit | d85f99679d89fb47426301620b7a980388fddcfd (patch) | |
tree | e3bc95de2ce21a0e77a680647a1b3febee8a698b /ChangeLog | |
parent | 4d4ce84924dbde90294522598212e997b5f719e9 (diff) | |
download | glibc-d85f99679d89fb47426301620b7a980388fddcfd.tar glibc-d85f99679d89fb47426301620b7a980388fddcfd.tar.gz glibc-d85f99679d89fb47426301620b7a980388fddcfd.tar.bz2 glibc-d85f99679d89fb47426301620b7a980388fddcfd.zip |
resolv: Move fp_nquery, fp_query, p_query, _res_opcodes
From res_data.c to res_debug.c.
Also drop the unnecessary _res initialization from fp_nquery.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2017-06-30 Florian Weimer <fweimer@redhat.com> + * include/resolv.h (res_pquery): Remove declaration. + * resolv/res_data.c (fp_nquery, fp_query, p_query): Remove + functions. + (_res_opcodes): Remove variable. + * resolv/res_debug.c (do_section): Receive pfcode instead of + statp. + (res_pquery): Rename ... + (fp_nquery): to this function. Skip unnecessary _res + initialization. + (fp_query, p_query, _res_opcodes): Copied from resolv/res_data.c. + +2017-06-30 Florian Weimer <fweimer@redhat.com> + * resolv/res_debug.h: Remove file. * resolv/README: Adjust. |