remove duplicate socklen_t definition
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
use super::{Sys, e_raw};
|
||||
use crate::{
|
||||
error::Result,
|
||||
header::sys_socket::{msghdr, sockaddr, socklen_t},
|
||||
platform::{PalSocket, types::*},
|
||||
header::{
|
||||
bits_socklen_t::socklen_t,
|
||||
sys_socket::{msghdr, sockaddr},
|
||||
},
|
||||
platform::{
|
||||
PalSocket,
|
||||
types::{c_int, c_void, size_t},
|
||||
},
|
||||
};
|
||||
|
||||
impl PalSocket for Sys {
|
||||
|
||||
Reference in New Issue
Block a user