libopenbsd.rs(3): uses c_char instead of i8 for portability

This commit is contained in:
Emma Tebibyte 2024-08-14 00:32:28 -06:00
parent 4c81516742
commit e0c985f7ff
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -17,7 +17,7 @@
*/ */
use std::{ use std::{
ffi::CString, ffi::{ CString, c_char },
io::Error, io::Error,
ptr::null, ptr::null,
}; };