summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-10-09 19:02:30 +0200
committerRich Felker <dalias@aerifal.cx>2016-10-20 01:29:06 -0400
commit87643335ac699b14527bbf807956cf8911b86bfa (patch)
tree96ec14f29ae86709c82f783a23237d9b20c87177 /include
parentcc7c95e98e4822f165835aa956adad33d3c1fbd0 (diff)
downloadmusl-87643335ac699b14527bbf807956cf8911b86bfa.tar.gz
update icmphdr struct following linux v4.8
add union field that is used in the kernel for SIT/GRE tunneling ICMPv4 messages. see linux commit 20e1954fe238dbe5f8d3a979e593fe352bd703cf
Diffstat (limited to 'include')
-rw-r--r--include/netinet/ip_icmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/ip_icmp.h b/include/netinet/ip_icmp.h
index 2f4a86dd..b9e0df89 100644
--- a/include/netinet/ip_icmp.h
+++ b/include/netinet/ip_icmp.h
@@ -23,6 +23,7 @@ struct icmphdr {
uint16_t __unused;
uint16_t mtu;
} frag;
+ uint8_t reserved[4];
} un;
};