Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: NetBSD doesn't have
st_mtime_nsec
and st_ctime_nsec
It has `st_mtimensec` and `st_ctimensec` instead. * https://man.netbsd.org/NetBSD-8.0/stat.2 * https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec * https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec * https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec * https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec
- Loading branch information