diff options
| author | Sébastien Marie <semarie@users.noreply.github.com> | 2015-03-01 16:03:28 +0100 |
|---|---|---|
| committer | Sébastien Marie <semarie@users.noreply.github.com> | 2015-03-01 16:08:24 +0100 |
| commit | a71da374df82d126efc697c86cd06fe5dd39768c (patch) | |
| tree | 8e8f14b53dc84559ed86288dcb0bce2cb950e423 /src | |
| parent | 2b27dfd30ac5a95608d49e3425a3ff40f8da7dee (diff) | |
| download | rust-a71da374df82d126efc697c86cd06fe5dd39768c.tar.gz rust-a71da374df82d126efc697c86cd06fe5dd39768c.zip | |
unbreak dragonfly build after nacl integration
this is the same problem as openbsd (#22792). without the patch, liblibc don't build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/liblibc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 types { 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; |
