diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2017-12-19 15:23:50 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2017-12-19 15:23:50 +0000 |
commit | b68db41543d16d862e07ddbd143f43b92533d60b (patch) | |
tree | ab1f601bc9e67bc31ef833dcebc973b9ee899b67 /src/fcntl.rs | |
parent | 291d618322a360e2b3ac99ca7c1fde19ba6b4b2c (diff) | |
parent | 709cbdf12cacb6ecf42cca9000d1d46380b6ba62 (diff) | |
download | nix-b68db41543d16d862e07ddbd143f43b92533d60b.zip |
Merge #799
799: Fix nix on Dragonfly r=Susurrus a=mneumann
This commit replaces pull request https://github.com/nix-rust/nix/pull/684. It fixes building `nix` on DragonFly. All tests pass. This requires most recent libc to build: https://github.com/rust-lang/libc/pull/851.
Diffstat (limited to 'src/fcntl.rs')
-rw-r--r-- | src/fcntl.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcntl.rs b/src/fcntl.rs index 86375e4a..5abf65ac 100644 --- a/src/fcntl.rs +++ b/src/fcntl.rs @@ -48,7 +48,6 @@ libc_bitflags!( O_DIRECTORY; /// Implicitly follow each `write()` with an `fdatasync()`. #[cfg(any(target_os = "android", - target_os = "dragonfly", target_os = "ios", target_os = "linux", target_os = "macos", |