Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building the documentation on FreeBSD.
It fixes the following error: error[E0412]: cannot find type `sockcred2` in module `libc` --> library/std/src/os/unix/net/ancillary.rs:211:29 | 211 | pub struct SocketCred(libc::sockcred2); | ^^^^^^^^^ not found in `libc`
- Loading branch information