We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ca63f commit 7e3cacbCopy full SHA for 7e3cacb
src/unix/notbsd/android/mod.rs
@@ -241,7 +241,7 @@ s_no_extra_traits!{
241
}
242
243
pub struct sockaddr_alg {
244
- pub salg_family: sa_family_t,
+ pub salg_family: ::sa_family_t,
245
pub salg_type: [::c_uchar; 14],
246
pub salg_feat: u32,
247
pub salg_mask: u32,
src/unix/notbsd/linux/mod.rs
@@ -532,7 +532,7 @@ s_no_extra_traits!{
532
533
534
535
536
537
538
0 commit comments