Update cad/zcad to version 0.9.8.4_1
[dports.git] / lang / rust / files / patch-vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86.rs
1 --- vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig    2018-06-19 05:52:22 UTC
2 +++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs
3 @@ -1,3 +1,4 @@
4 +pub type c_char = i8;
5  pub type c_long = i32;
6  pub type c_ulong = u32;
7  pub type time_t = i32;