mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
6a301381c8
The `u64::from(buf.f_flag)` was needed in two places. The existing handled macOS which always has a 32-bit statfs::f_flag, but statvfs::f_flag is an `unsigned long` which means it needs to be coerced to 64-bits on 32-bit targets. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |