You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/netselect/files/netselect-0.3-glibc.patch

12 lines
264 B

--- a/netselect.c
+++ b/netselect.c
@@ -780,7 +780,7 @@
#if !defined(__GLIBC__)
int fromlen = sizeof(from);
#else /* __GLIBC__ */
- size_t fromlen = sizeof(from);
+ socklen_t fromlen = sizeof(from);
#endif /* __GLIBC__ */
FD_ZERO(&fds);