From: Rich Felker Date: Sat, 8 Sep 2012 23:43:34 +0000 (-0400) Subject: add IPPROTO_MAX to in.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=f59cedb549c642277673d28357e038801fecca64 add IPPROTO_MAX to in.h --- diff --git a/include/netinet/in.h b/include/netinet/in.h index 509640b8..62cbfa8d 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -95,6 +95,7 @@ uint16_t ntohs(uint16_t); #define IPPROTO_PIM 103 #define IPPROTO_COMP 108 #define IPPROTO_RAW 255 +#define IPPROTO_MAX 256 #define IN6_IS_ADDR_UNSPECIFIED(a) \ (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \