]> Zhao Yanbai Git Server - minix.git/commitdiff
Define
authorBen Gras <ben@minix3.org>
Thu, 17 Nov 2005 01:23:46 +0000 (01:23 +0000)
committerBen Gras <ben@minix3.org>
Thu, 17 Nov 2005 01:23:46 +0000 (01:23 +0000)
IPPORT_RESERVED as 1024
for applications

include/netinet/in.h

index f5ca7d4d1699b6fcd1c1a9ebce6b7fa556b5dd6b..b638e411ffcbc2ff0e2e3d181778e17e70621fe3 100644 (file)
@@ -14,6 +14,8 @@ netinet/in.h
 #define    INADDR_ANY              (uint32_t)0x00000000
 #define    INADDR_BROADCAST        (uint32_t)0xFFFFFFFF
 
+#define       IPPORT_RESERVED         1024
+
 typedef uint16_t       in_port_t;
 
 #ifndef _IN_ADDR_T