Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DragonFly support via FreeBSD codepath
DragonFly has `getmntinfo` for `statfs` and `getmntvinfo` for `statvfs`. Use `statfs` variant for compatibility with FreeBSD and OpenBSD. error[E0425]: cannot find function `get_mount_points` in this scope --> czkawka-6.0.0/cargo-crates/trash-3.0.2/src/freedesktop.rs:31:28 | 31 | let mount_points = get_mount_points()?; | ^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `get_mount_points` in this scope --> czkawka-6.0.0/cargo-crates/trash-3.0.2/src/freedesktop.rs:80:24 | 80 | let mount_points = get_mount_points()?; | ^^^^^^^^^^^^^^^^ not found in this scope
- Loading branch information