From a71da374df82d126efc697c86cd06fe5dd39768c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Marie?= Date: Sun, 1 Mar 2015 16:03:28 +0100 Subject: [PATCH] unbreak dragonfly build after nacl integration this is the same problem as openbsd (#22792). without the patch, liblibc don't build. --- src/liblibc/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 74a95b3aba0..42143b06ca0 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -1115,7 +1115,6 @@ pub mod c99 { pub mod posix88 { pub type off_t = i64; pub type dev_t = u32; - pub type ino_t = u32; pub type pid_t = i32; pub type uid_t = u32; pub type gid_t = u32; -- 2.44.0