From a7ff1da8239a5f0e1927db9d5310f53cfea97fc2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 13 Apr 2017 10:52:27 +0200 Subject: resolv: Remove internal and unused definitions from The RES_F_* constants are only used with the private _res._flags member. RES_EXHAUSTIVE is unused. The removed function declarations refer to functions not actually exported by glibc, so they are unusable by applications. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b310214c74..5b2add0662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2017-04-13 Florian Weimer + + * resolv/resolv.h (RES_EXHAUSTIVE, p_section, res_npquery) + (res_nisourserver): Remove definition. + (p_section, res_npquery, res_nisourserver): Remove declaration. + (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR): Move ... + * resolv/resolv-internal.h (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR): + ... here. + * resolv/res_send.c: Include instead of + . + * resolv/res_query.c: Likewise. + * resolv/res_debug.c (p_section): Define as static. + 2017-04-13 Rajalakshmi Srinivasaraghavan * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines): Add -- cgit v1.2.3