unbreak dragonfly build after nacl integration

this is the same problem as openbsd (#22792).

without the patch, liblibc don't build.
This commit is contained in:
Sébastien Marie 2015-03-01 16:03:28 +01:00
parent 2b27dfd30a
commit a71da374df

View file

@ -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;