summaryrefslogtreecommitdiff
path: root/src/sys/ioctl.rs
diff options
context:
space:
mode:
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;