more cleanup ripple

This commit is contained in:
Colin Davidson
2023-03-01 08:21:53 -08:00
parent d569daae33
commit caf9716bf1
2 changed files with 14 additions and 9 deletions
+5
View File
@@ -3926,6 +3926,11 @@ ADDRINFOA :: struct {
ai_next: ^ADDRINFOA,
}
sockaddr :: struct {
sa_family: USHORT,
sa_data: [14]byte,
}
sockaddr_in :: struct {
sin_family: ADDRESS_FAMILY,
sin_port: u16be,