* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.
This commit is contained in:
parent
efc7accc9d
commit
09b490911c
|
@ -1,3 +1,7 @@
|
|||
2005-07-27 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.
|
||||
|
||||
2005-07-27 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* gendef: Use nocr to remove \r's from input.
|
||||
|
|
|
@ -170,6 +170,8 @@ struct sockaddr_in
|
|||
#define INADDR_ALLHOSTS_GROUP 0xe0000001 /* 224.0.0.1 */
|
||||
#define INADDR_MAX_LOCAL_GROUP 0xe00000ff /* 224.0.0.255 */
|
||||
|
||||
#define INET_ADDRSTRLEN 16
|
||||
|
||||
/* <asm/byteorder.h> contains the htonl type stuff.. */
|
||||
|
||||
#include <asm/byteorder.h>
|
||||
|
|
Loading…
Reference in New Issue