http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c04684
)
Properly #define sipx_node for FreeBSD.
author
Gerald Pfeifer
<pfeifer@dbai.tuwien.ac.at>
Tue, 28 Jan 2003 01:07:09 +0000
(
01:07
+0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 28 Jan 2003 01:07:09 +0000
(
01:07
+0000)
dlls/winsock/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winsock/socket.c
b/dlls/winsock/socket.c
index 4c6df60b5f31b2276ce2bc22dea97e7d9bab5b89..29595ac862671b2e633db4e08f4e98d0040c21aa 100644
(file)
--- a/
dlls/winsock/socket.c
+++ b/
dlls/winsock/socket.c
@@
-122,7
+122,7
@@
#ifdef __FreeBSD__
# 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__ */
WINE_DEFAULT_DEBUG_CHANNEL(winsock);