summaryrefslogtreecommitdiff
path: root/src/unix/bsd/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/bsd/mod.rs')
-rw-r--r--src/unix/bsd/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/bsd/mod.rs b/src/unix/bsd/mod.rs
index 250711f74c..8bc6c7c64c 100644
--- a/src/unix/bsd/mod.rs
+++ b/src/unix/bsd/mod.rs
@@ -94,7 +94,7 @@ s! {
}
pub struct fsid_t {
- __fsid_val: [::int32_t; 2],
+ __fsid_val: [i32; 2],
}
pub struct if_nameindex {