Description: compatibiity with Linux Index: uts/usr/src/uts/common/netinet/in.h =================================================================== --- uts.orig/usr/src/uts/common/netinet/in.h +++ uts/usr/src/uts/common/netinet/in.h @@ -179,6 +179,11 @@ typedef uint16_t sa_family_t; #define IPPROTO_RAW 255 /* raw IP packet */ #define IPPROTO_MAX 256 +#define SOL_ICMPV6 IPPROTO_ICMPV6 +#define SOL_IP IPPROTO_IP +#define SOL_IPV6 IPPROTO_IPV6 +#define SOL_TCP IPPROTO_TCP + #if !defined(_XPG4_2) || defined(__EXTENSIONS__) #define PROTO_SDP 257 /* Sockets Direct Protocol */ #endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */