From f37e45628e44d86c16a6f02b38ea0a9d68e8b3d4 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Wed, 9 Sep 2015 20:16:42 +0200 Subject: Add/Fix support for DragonFly BSD --- src/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features.rs') diff --git a/src/features.rs b/src/features.rs index f4a1f4e3..f6a445f6 100644 --- a/src/features.rs +++ b/src/features.rs @@ -92,7 +92,7 @@ mod os { } } -#[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "ios", target_os = "openbsd"))] +#[cfg(any(target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "ios", target_os = "openbsd"))] mod os { pub fn socket_atomic_cloexec() -> bool { false -- cgit v1.2.3