You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW you don't need to access nl_pad to initialize the struct, e.g., you can use MaybeUninit<sockaddr_nl>::zeroed() to zero the struct, and then only initialize the relevant fields.
libc/src/unix/uclibc/mod.rs
Line 82 in 5b40375
I was able to fix this buy marking nl_pad as pub
The text was updated successfully, but these errors were encountered: