Merge "Make bionic's <netinet/icmp6.h> standalone, like glibc's."

This commit is contained in:
Elliott Hughes 2013-07-08 18:17:57 +00:00 committed by Gerrit Code Review
commit e31c45c9fa

View File

@ -65,6 +65,8 @@
#ifndef _NETINET_ICMP6_H_ #ifndef _NETINET_ICMP6_H_
#define _NETINET_ICMP6_H_ #define _NETINET_ICMP6_H_
#include <netinet/in.h> /* android-added: glibc source compatibility. */
#define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr)
- sizeof(struct icmp6_hdr) */ - sizeof(struct icmp6_hdr) */