about summary refs log tree commit diff
path: root/include/netdb.h
diff options
context:
space:
mode:
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