diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:20:11 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:56:39 +0200 |
commit | ecfda0fc252232b127c41eab29c47bba8ca9e5e3 (patch) | |
tree | 715e6dd68c7a09aba3afe88f5503c745b7599c1a /ChangeLog | |
parent | c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb (diff) | |
download | glibc-ecfda0fc252232b127c41eab29c47bba8ca9e5e3.tar.gz glibc-ecfda0fc252232b127c41eab29c47bba8ca9e5e3.tar.xz glibc-ecfda0fc252232b127c41eab29c47bba8ca9e5e3.zip |
resolv: Remove SUNSECURITY preprocessor conditionals
The macro is never defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f61df618a7..30b285ceb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. + +2016-04-28 Florian Weimer <fweimer@redhat.com> + * resolv/arpa/nameser.h: Include <sys/types.h> unconditionally. * resolv/gethnamaddr.c: Use include files from conf/portability.h. Remove BSD-related preprocessor conditionals. |