Skip to content

Commit 4707736

Browse files
bors[bot]mneumann
andauthored
Merge #1221
1221: Fix compilation on DragonFly (statfs) r=asomers a=mneumann Co-authored-by: Michael Neumann <[email protected]>
2 parents dc3c85a + c028b3d commit 4707736

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)