Removed struct keyword

This commit is contained in:
2025-04-04 13:32:55 +02:00
parent 9302eaef2f
commit 863fb7de5a
18 changed files with 44 additions and 40 deletions

View File

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