* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.

This commit is contained in:
Christopher Faylor 2005-07-27 17:35:18 +00:00
parent efc7accc9d
commit 09b490911c
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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>