Skip to content

Commit 04fda81

Browse files
committed
fix incorrectly signed ipi6_ifindex in notbsd
1 parent 3362a7f commit 04fda81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ s! {
186186

187187
pub struct in6_pktinfo {
188188
pub ipi6_addr: ::in6_addr,
189-
pub ipi6_ifindex: ::c_uint,
189+
pub ipi6_ifindex: ::c_int,
190190
}
191191
}
192192

0 commit comments

Comments
 (0)