mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
80dc32094f
The tower of patches and hacks grows higher. Ideally, we'll just drop support for JDK 7 soon and clean this mess up a bit, but TravisCI still hasn't gotten the memo that it's dead, so we muddle onward. I've tested this on Windows, but not yet Linux or OS X. Wanted to get a PR before I move on to that.
16 lines
306 B
Diff
16 lines
306 B
Diff
--- openjdk/Inet6AddressImpl.c
|
|
+++ openjdk/Inet6AddressImpl.c
|
|
@@ -360,6 +360,11 @@
|
|
|
|
#ifdef AF_INET6
|
|
|
|
+typedef struct icmpv6_echo_reply_lh {
|
|
+ IPV6_ADDRESS_EX Address;
|
|
+ ULONG Status;
|
|
+ unsigned int RoundTripTime;
|
|
+} ICMPV6_ECHO_REPLY, *PICMPV6_ECHO_REPLY;
|
|
|
|
/**
|
|
* ping implementation.
|
|
|