From 5f7efb87a28a311ad377dd26adf53715dedb096d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 29 Aug 2017 20:50:48 -0400 Subject: 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. --- include/netdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/netdb.h') 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 -- cgit v1.2.1