mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 04:11:14 -03:00
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.