[Bug 51843] dlls/ws2_32/socket.c:839:17: error: ‘IP_ADD_SOURCE_MEMBERSHIP’ undeclared here

WineHQ Bugzilla wine-bugs at winehq.org
Sun May 29 20:00:16 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=51843

Zeb Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #3 from Zeb Figura <z.figura12 at gmail.com> ---
(In reply to Austin English from comment #2)
> dlls/ws2_32/unixlib.c: In function ‘unix_gethostbyaddr’:
> dlls/ws2_32/unixlib.c:865:16: warning: implicit declaration of function
> ‘gethostbyaddr_r’; did you mean ‘gethostbyaddr’?
> [-Wimplicit-function-declaration]
>          while (gethostbyaddr_r( addr, params->len, unix_family,
> &stack_host, unix_buffer,
>                 ^~~~~~~~~~~~~~~
>                 gethostbyaddr
> dlls/ws2_32/unixlib.c: In function ‘unix_gethostbyname’:
> dlls/ws2_32/unixlib.c:916:12: warning: implicit declaration of function
> ‘gethostbyname_r’; did you mean ‘gethostbyname2’?
> [-Wimplicit-function-declaration]
>      while (gethostbyname_r( params->name, &stack_host, unix_buffer,
> unix_size, &unix_host, &locerr ) == ERANGE)
>             ^~~~~~~~~~~~~~~
>             gethostbyname2

We have a configure check for these, even in wine 6.18, and as far as I can
tell through experimentation it should be working. Does NetBSD provide those
functions?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list