Skip to content

Commit e0558a9

Browse files
committed
in6_pktinfo.ipi6_ifindex is unsigned
1 parent 7bab394 commit e0558a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuchsia/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ s_no_extra_traits! {
977977

978978
pub struct in6_pktinfo {
979979
pub ipi6_addr: ::in6_addr,
980-
pub ipi6_ifindex: ::c_int,
980+
pub ipi6_ifindex: ::c_uint,
981981
}
982982
}
983983

0 commit comments

Comments
 (0)