From 91e00f3bfa1166665700a0c12f1697fbe74cddf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Wed, 25 Feb 2015 05:07:40 +0100 Subject: [PATCH] unbreak openbsd after nacl intergration --- src/liblibc/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 8d8f6a406f5d4..74a95b3aba056 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -1362,7 +1362,6 @@ pub mod types { use types::os::arch::c95::{c_long}; pub type off_t = i64; pub type dev_t = i32; - pub type ino_t = u64; pub type pid_t = i32; pub type uid_t = u32; pub type gid_t = u32;