diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-02-21 07:10:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-02-21 07:10:37 +0000 |
commit | f620c6dc4668f543bd81245b4bfedf29df93988d (patch) | |
tree | c381264d0cf08a117223d74bfa52a99e2163eada | |
parent | 4fff4e81d4454a1f58b8201761a07b1d0fc29d3b (diff) |
Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite
and gated wants it to there ;)
-rw-r--r-- | sys/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
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! */ |