We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239a7d9 commit 5392442Copy full SHA for 5392442
src/libstd/sys_common/net.rs
@@ -44,6 +44,7 @@ cfg_if::cfg_if! {
44
target_os = "dragonfly", target_os = "freebsd",
45
target_os = "openbsd", target_os = "netbsd",
46
target_os = "solaris"))] {
47
+ use libc::c_uchar;
48
type IpV4MultiCastType = c_uchar;
49
} else {
50
type IpV4MultiCastType = c_int;
0 commit comments