summaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2017-08-29 20:50:48 -0400
committerRich Felker <dalias@aerifal.cx>2017-08-29 20:50:48 -0400
commit5f7efb87a28a311ad377dd26adf53715dedb096d (patch)
tree3bc66ee4c02b48ffe0372d827a7e127870e0b9a6 /include/netdb.h
parent5f3b652afe423dd2bd6f266535f79f685909cf60 (diff)
downloadmusl-5f7efb87a28a311ad377dd26adf53715dedb096d.tar.gz
move IPPORT_RESERVED from netdb.h to netinet/in.h
it's in the reserved namespace for the latter, where it seems it was historically defined, and some programs expect to find it there.
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 967ca211..adde2c5e 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -24,8 +24,6 @@ struct addrinfo {
struct addrinfo *ai_next;
};
-#define IPPORT_RESERVED 1024
-
#define AI_PASSIVE 0x01
#define AI_CANONNAME 0x02
#define AI_NUMERICHOST 0x04