diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-10-17 16:03:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-10-17 16:03:42 -0400 |
commit | 71d23fbeacdd1f0c5e33cffb0979250d576fcf9c (patch) | |
tree | d905ec8b0ac5491043f5e46d012c5258004e2fed /include/arpa/nameser.h | |
parent | 97d35a552ec5b6ddf7923dd2f9a8eb973526acea (diff) | |
download | musl-71d23fbeacdd1f0c5e33cffb0979250d576fcf9c.tar.gz musl-71d23fbeacdd1f0c5e33cffb0979250d576fcf9c.tar.bz2 musl-71d23fbeacdd1f0c5e33cffb0979250d576fcf9c.tar.xz musl-71d23fbeacdd1f0c5e33cffb0979250d576fcf9c.zip |
remove indirect use of endian.h from public headers
building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea,
__BYTE_ORDER is now available wherever alltypes.h is included.
endian.h should not be used since, in the future, it will expose
identifiers that are not in the reserved namespace for the headers
which were previously using it.
Diffstat (limited to 'include/arpa/nameser.h')
-rw-r--r-- | include/arpa/nameser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index b315e0f3..581925a4 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -7,7 +7,6 @@ extern "C" { #include <stddef.h> #include <stdint.h> -#include <endian.h> #define __NAMESER 19991006 #define NS_PACKETSZ 512 |