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:
parent
e0e18fcc74
commit
a6f64725af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user