Commit cfda84ef authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Properly #define sipx_node for FreeBSD.

parent 2c04684b
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
#ifdef __FreeBSD__ #ifdef __FreeBSD__
# define sipx_network sipx_addr.x_net # define sipx_network sipx_addr.x_net
# define sipx_node sipx_addr.x_host # define sipx_node sipx_addr.x_host.c_host
#endif /* __FreeBSD__ */ #endif /* __FreeBSD__ */
WINE_DEFAULT_DEBUG_CHANNEL(winsock); WINE_DEFAULT_DEBUG_CHANNEL(winsock);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment