Skip to content

Commit c028b3d

Browse files
committed
Fix compilation on DragonFly (statfs)
1 parent 9c497e0 commit c028b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/statfs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ impl Statfs {
9191
/// Magic code defining system type
9292
#[cfg(not(any(
9393
target_os = "openbsd",
94+
target_os = "dragonfly",
9495
target_os = "ios",
9596
target_os = "macos"
9697
)))]

0 commit comments

Comments
 (0)