| commit | 2482400b2701c39194506dc928a29e2e31f55223 | [log] [tgz] |
|---|---|---|
| author | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 17:34:54 2015 -0700 |
| committer | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 17:34:54 2015 -0700 |
| tree | 9a79cdea91899b96e6a86c8f152e0e005e7a92e5 | |
| parent | d809601a92292a0bb363feafee64c934ec3ecebb [diff] |
Oops, backwards
diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 6ec4bf6..a96361a 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs
@@ -60,9 +60,9 @@ pub struct ipv6_mreq { pub ipv6mr_multiaddr: in6_addr, #[cfg(target_os = "android")] - pub ipv6mr_interface: c_uint, - #[cfg(not(target_os = "android"))] pub ipv6mr_interface: c_int, + #[cfg(not(target_os = "android"))] + pub ipv6mr_interface: c_uint, } }