diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-08 19:52:51 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-08 19:52:51 -0400 |
commit | b10d0230c1837be34e4ece7d6b11d19f1b578b9f (patch) | |
tree | 7ebca114c620ad9e574c9f332c94d9e6f766ec23 | |
parent | f59cedb549c642277673d28357e038801fecca64 (diff) | |
download | musl-b10d0230c1837be34e4ece7d6b11d19f1b578b9f.tar.gz musl-b10d0230c1837be34e4ece7d6b11d19f1b578b9f.tar.bz2 musl-b10d0230c1837be34e4ece7d6b11d19f1b578b9f.tar.xz musl-b10d0230c1837be34e4ece7d6b11d19f1b578b9f.zip |
add IPPROTO_HOPOPTS to in.h
-rw-r--r-- | include/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h index 62cbfa8d..f2f89aba 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -71,6 +71,7 @@ uint32_t ntohl(uint32_t); uint16_t ntohs(uint16_t); #define IPPROTO_IP 0 +#define IPPROTO_HOPOPTS 0 #define IPPROTO_ICMP 1 #define IPPROTO_IGMP 2 #define IPPROTO_IPIP 4 |