diff options
author | bors <bors@rust-lang.org> | 2021-12-09 02:11:58 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-12-09 02:11:58 +0000 |
commit | 6fe1ff94948e805c0d20970adaa73ebdd4fd7d1b (patch) | |
tree | c628c3433fb5c23da1cde0f12d4537a1bf6e1fda /Cargo.toml | |
parent | 6f661a87189a1ea13448d9c05502166ad9fc8f7f (diff) | |
parent | 53e79b886bf4e4d3682ae6669e3585b3586e5255 (diff) | |
download | rust-libc-6fe1ff94948e805c0d20970adaa73ebdd4fd7d1b.tar.gz |
Auto merge of #2581 - GuillaumeGomez:freebsd-version, r=Amanieu
Fix invalid freebsd version selection
Just realized when working on sysinfo that my `stafs` struct filled by `getmntinfo` was missing **a lot** of information. After trying to find out from my size what I missed, I simply check the `size_of` the rust struct vs the C struct and found `484 != 2384`. After looking a bit more, I discovered that only the CI was using the right freebsd version, which is quite problematic.
r? `@Amanieu`
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions