diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:58:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:58:18 +0200 |
commit | e01eef67baf2caa155b1d7ff5e0c191fd0fd4828 (patch) | |
tree | 755fee02da2eefc43fce19c226fdd8e066d0ce4b /ChangeLog | |
parent | ecfda0fc252232b127c41eab29c47bba8ca9e5e3 (diff) | |
download | glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.zip glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.tar.gz glibc-e01eef67baf2caa155b1d7ff5e0c191fd0fd4828.tar.bz2 |
resolv: Assorted preprocessor cleanups
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2016-04-28 Florian Weimer <fweimer@redhat.com> + * resolv/res_init.c (isascii): Do not define. Use definition in + <ctype.h>. + * resolv/gethnamaddr.c: Remove USE_OPTIONS_H conditional. + (LOG_AUTH): Remove. + (SPRINTF): Remove, adjust caller. + (MULTI_PTRS_ARE_ALIASES): Remove, always defined. + +2016-04-28 Florian Weimer <fweimer@redhat.com> + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Remove SUNSECURITY conditional. * resolv/gethnamaddr.c (gethostbyaddr): Likewise. |