diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:08:53 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 13:56:39 +0200 |
commit | c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb (patch) | |
tree | 637b7c071241135b9450c4e88218d0260c40787d /ChangeLog | |
parent | e5a0ec981cc967ac65e9ce288a0412e30b7ae63b (diff) | |
download | glibc-c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb.tar glibc-c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb.tar.gz glibc-c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb.tar.bz2 glibc-c40226cb4c7f44d9ef58a5eb4c625a3a51a770bb.zip |
resolv: Remove BSD compatibility conditionals and header
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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. + * conf/portability.h: Remove. + +2016-04-28 Florian Weimer <fweimer@redhat.com> + * resolv/resolv.h: Remove __BIND_NOSTATIC conditional. * resolv/res_data.c: Likewise. |