Reduce warnings

This commit is contained in:
Jeremy Soller
2018-08-27 07:12:24 -06:00
parent bab4e2896a
commit 8f5470fd27
20 changed files with 31 additions and 46 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use platform;
use platform::types::*;
use platform::{PalSocket, Sys};
mod constants;
pub mod constants;
pub type in_addr_t = [u8; 4];
pub type in_port_t = u16;