include/arpa/inet.h: Remove the dup INET[6]_ADDRSTRLEN from arpa.inet.h already define in netinet/in.h

This commit is contained in:
Xiang Xiao 2018-11-09 11:52:30 -06:00 committed by Gregory Nutt
parent e0e18fcc74
commit a6f64725af

View File

@ -49,13 +49,6 @@
/****************************************************************************
* Public Type Definitions
****************************************************************************/
/* Length of the string form for IP address (excludes NULL termination) */
#define INET_ADDRSTRLEN 16
/* Length of the string form for IPv6 address (excludes NULL termination) */
#define INET6_ADDRSTRLEN 46
/* This macro to convert a 16/32-bit constant values quantity from host byte
* order to network byte order. The 16-bit version of this macro is required