mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix unix_test.v on unix != macos
This commit is contained in:
parent
89521584a2
commit
58393bd3f9
@ -24,9 +24,9 @@ const max_sun_path = 104
|
||||
|
||||
struct C.sockaddr_un {
|
||||
mut:
|
||||
sun_len byte
|
||||
// sun_len byte // only on macos
|
||||
sun_family int
|
||||
sun_path [104]char
|
||||
sun_path [104]char // on linux that is 108
|
||||
}
|
||||
|
||||
struct C.addrinfo {
|
||||
|
Loading…
Reference in New Issue
Block a user