janitorial: Use poll() instead of select()

Kai Blin kai.blin at gmail.com
Mon Mar 24 07:12:49 CDT 2008


This fixes all select() calls that are called on file descriptors or
sockets where going over the 1024 limit might be an issue.
This fixes bug #10032. However, it'll break the mingw32 build of netapi32
and wininet until mingw32 implements a poll() replacement.
---
 dlls/netapi32/nbt.c          |   18 +++++++++++++-----
 dlls/wininet/internet.c      |   17 ++++++++++-------
 dlls/wininet/netconnection.c |   17 ++++++++++-------
 3 files changed, 33 insertions(+), 19 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 781237bd7eb0c4a0f63b9a7f1482cbdd2c5722f3.diff
Type: text/x-patch
Size: 3212 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080324/b33461b6/attachment.bin 


More information about the wine-patches mailing list