summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-08 19:52:51 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-08 19:52:51 -0400
commitb10d0230c1837be34e4ece7d6b11d19f1b578b9f (patch)
tree7ebca114c620ad9e574c9f332c94d9e6f766ec23
parentf59cedb549c642277673d28357e038801fecca64 (diff)
downloadmusl-b10d0230c1837be34e4ece7d6b11d19f1b578b9f.tar.gz
add IPPROTO_HOPOPTS to in.h
-rw-r--r--include/netinet/in.h1
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