performance_unix.go
821 Bytes
-
fix: FreeBSD build failure due to type mismatch in Statfs_t fields (#2793) · a02c7b90
Explicitly cast Blocks, Bavail, and Bfree to uint64 for cross-platform compatibility, as these fields are int64 on FreeBSD but uint64 on Linux.
CaIon committed