Skip to content

Commit 04c5b35

Browse files
committed
Change ifa_flags type to u64 for Solaris/illumos
1 parent acc7bb1 commit 04c5b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/solarish/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ s! {
135135
pub struct ifaddrs {
136136
pub ifa_next: *mut ifaddrs,
137137
pub ifa_name: *mut ::c_char,
138-
pub ifa_flags: ::c_ulong,
138+
pub ifa_flags: u64,
139139
pub ifa_addr: *mut ::sockaddr,
140140
pub ifa_netmask: *mut ::sockaddr,
141141
pub ifa_dstaddr: *mut ::sockaddr,

0 commit comments

Comments
 (0)