From ef6d9efbeb5558cec37fbdad7d5fae65bfdfb15c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 15 May 2003 09:27:03 +0000 Subject: PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard. --- cpukit/libnetworking/netinet/in.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/libnetworking/netinet/in.h') diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h index c74e469cb9..f330e38f0f 100644 --- a/cpukit/libnetworking/netinet/in.h +++ b/cpukit/libnetworking/netinet/in.h @@ -149,6 +149,11 @@ #define IPPROTO_RAW 255 /* raw IP packet */ #define IPPROTO_MAX 256 +/* + * Merged from FreeBSD 1.78 of this file so Python compiles. + * This is a size value for functions such as inet_ntop(). + */ +#define INET_ADDRSTRLEN 16 /* * Local port number conventions: -- cgit v1.2.3