Removed old syscalls

This commit is contained in:
Eduard Urbach 2025-04-15 09:31:49 +02:00
parent fb19ee2373
commit 4550892f58
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 143 additions and 107 deletions

View file

@ -1,7 +1,7 @@
sockaddr_in_bsd {
sin_len int8
sin_family int8
sin_port int16
sin_port uint16
sin_addr int64
sin_zero int64
}