Fixed up build to not use concat and rely on cargo/compiler to do this

work

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2021-05-26 01:58:21 -07:00
parent 2dd5f490c7
commit 97da6e976c
6 changed files with 10 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ use std::{io, mem};
type time_t = i64;
use crate::libzt::*;
use crate::utils::*;
// Note: FileDesc and c_int in libc are private so we can't use that. Use i32 instead