time: fix incorrect DST offset when using POSIX timezones without DST
[musl] / include / netdb.h
index 967ca21..adde2c5 100644 (file)
@@ -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