syslog and sys_select header cleanup

This commit is contained in:
auronandace
2026-03-01 16:30:29 +00:00
parent aeffcc1257
commit 697bbc659e
6 changed files with 52 additions and 56 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ impl LogSink for LogFile {
if unsafe {
connect(
log_fd,
&raw const log_addr as *const sockaddr,
(&raw const log_addr).cast::<sockaddr>(),
size_of::<sockaddr_un>() as u32,
) < 0
} {