From f620c6dc4668f543bd81245b4bfedf29df93988d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 21 Feb 1996 07:10:37 +0000 Subject: Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite and gated wants it to there ;) --- sys/netinet/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 936954768fb..b1974b046a0 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -141,6 +141,7 @@ struct in_addr { #define INADDR_UNSPEC_GROUP __IPADDR(0xe0000000) /* 224.0.0.0 */ #define INADDR_ALLHOSTS_GROUP __IPADDR(0xe0000001) /* 224.0.0.1 */ +#define INADDR_MAX_LOCAL_GROUP __IPADDR(0xe00000ff) /* 224.0.0.255 */ #define IN_LOOPBACKNET 127 /* official! */ -- cgit v1.2.3