chiark / gitweb /
Add detect-hardlinks.sh script
[termux-packages] / packages / iperf3 / flowlabel.h.patch
1 diff -u -r ../iperf-3.0.3/src/flowlabel.h ./src/flowlabel.h
2 --- ../iperf-3.0.3/src/flowlabel.h      2014-03-26 19:06:38.000000000 +0100
3 +++ ./src/flowlabel.h   2014-06-16 08:32:24.788283978 +0200
4 @@ -19,6 +19,7 @@
5     conflicts with "netinet/in.h" .
6  */
7  
8 +#ifndef __ANDROID__
9  struct in6_flowlabel_req
10  {
11      struct in6_addr flr_dst;
12 @@ -31,6 +32,7 @@
13      __u32   __flr_pad;
14      /* Options in format of IPV6_PKTOPTIONS */
15  };
16 +#endif
17  
18  #define IPV6_FL_A_GET           0
19  #define IPV6_FL_A_PUT           1