diff options
author | Laurence Tratt <laurie@tratt.net> | 2015-05-29 16:32:54 +0059 |
---|---|---|
committer | Laurence Tratt <laurie@tratt.net> | 2015-05-29 16:32:54 +0059 |
commit | 30d02b88a033cf0e9bb0fd1adb4d81c5c8dc3437 (patch) | |
tree | 5f3e4d345f796ef9df55f3c4b7f3b262878214e5 /src/sys/ioctl.rs | |
parent | e2b08fad9c3334e2791aebc28fa1d71d0f76112b (diff) | |
download | nix-30d02b88a033cf0e9bb0fd1adb4d81c5c8dc3437.zip |
Basic OpenBSD support.
Some of the tests are currently unrunnable, but the basic library is at least
buildable.
Diffstat (limited to 'src/sys/ioctl.rs')
-rw-r--r-- | src/sys/ioctl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/ioctl.rs b/src/sys/ioctl.rs index d295d08d..0a2a3451 100644 --- a/src/sys/ioctl.rs +++ b/src/sys/ioctl.rs @@ -82,6 +82,7 @@ pub type ioctl_op_t = c_ulong; #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", + target_os = "openbsd", target_os = "dragonfly"))] type os_ioctl_op_t = c_ulong; |