Skip to content
Snippets Groups Projects
Commit 2482400b authored by Alex Crichton's avatar Alex Crichton
Browse files

Oops, backwards

parent d809601a
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,9 @@ s! {
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,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment