Austin English : ws2_32: Define sipx_network / sipx_node for DragonFly BSD.
Alexandre Julliard
julliard at winehq.org
Fri Jul 1 14:11:04 CDT 2011
Module: wine
Branch: master
Commit: eba8216fcc04839bf94e79a0f88984eebef1656e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=eba8216fcc04839bf94e79a0f88984eebef1656e
Author: Austin English <austinenglish at gmail.com>
Date: Wed Jun 29 19:38:17 2011 -0700
ws2_32: Define sipx_network / sipx_node for DragonFly BSD.
---
dlls/ws2_32/socket.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 43134af..4fc65ab 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -157,7 +157,7 @@
#endif
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
# define sipx_network sipx_addr.x_net
# define sipx_node sipx_addr.x_host.c_host
#endif /* __FreeBSD__ */
More information about the wine-cvs
mailing list