mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
12 lines
319 B
Diff
12 lines
319 B
Diff
diff -Naur a/common/sock_any.h b/common/sock_any.h
|
|
--- a/common/sock_any.h 2007-05-26 20:00:43.000000000 -0400
|
|
+++ b/common/sock_any.h 2024-09-02 12:52:16.123791704 -0400
|
|
@@ -57,7 +57,7 @@
|
|
struct sockaddr_in6 in6;
|
|
#endif
|
|
} s;
|
|
- size_t namelen;
|
|
+ socklen_t namelen;
|
|
};
|
|
|
|
#define SANY_ADDR(any) ((any).s.a)
|