Make bionic's <netinet/icmp6.h> standalone, like glibc's.
This removes the need for a bionic-specific hack in external/iproute2. Bug: 9671560 Change-Id: I9f15be0711d26bca863bd66be9a39606500fb948
This commit is contained in:
parent
6b33f31b09
commit
3a040d8379
@ -65,6 +65,8 @@
|
||||
#ifndef _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)
|
||||
- sizeof(struct icmp6_hdr) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user