Module: wine Branch: master Commit: eba8216fcc04839bf94e79a0f88984eebef1656e URL: http://source.winehq.org/git/wine.git/?a=commit;h=eba8216fcc04839bf94e79a0f8...
Author: Austin English austinenglish@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__ */