import socklen_t from sys_socket instead of bits

This commit is contained in:
auronandace
2026-05-03 16:54:46 +01:00
parent 9fd1da5d92
commit 8cec0c2280
8 changed files with 20 additions and 21 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
use super::{Sys, e_raw};
use crate::{
error::Result,
header::{
bits_socklen_t::socklen_t,
sys_socket::{msghdr, sockaddr},
},
header::sys_socket::{msghdr, sockaddr, socklen_t},
platform::{
PalSocket,
types::{c_int, c_void, size_t},