summaryrefslogtreecommitdiff
path: root/src/sys/ioctl.rs
diff options
context:
space:
mode:
authorLaurence Tratt <laurie@tratt.net>2015-05-29 16:32:54 +0059
committerLaurence Tratt <laurie@tratt.net>2015-05-29 16:32:54 +0059
commit30d02b88a033cf0e9bb0fd1adb4d81c5c8dc3437 (patch)
tree5f3e4d345f796ef9df55f3c4b7f3b262878214e5 /src/sys/ioctl.rs
parente2b08fad9c3334e2791aebc28fa1d71d0f76112b (diff)
downloadnix-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.rs1
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;