Dmitry Timoshkov : ws2_32: Add a comment to ioctlsocket about 'bogus' ioctl 0x667e.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 2 05:40:52 CDT 2006


Module: wine
Branch: master
Commit: 0d5bcdaedaa749a252772f6b0270e77c368bff3c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0d5bcdaedaa749a252772f6b0270e77c368bff3c

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Mon Oct  2 00:27:38 2006 +0900

ws2_32: Add a comment to ioctlsocket about 'bogus' ioctl 0x667e.

---

 dlls/ws2_32/socket.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 2cd230b..c752b39 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -2332,6 +2332,9 @@ int WINAPI WS_ioctlsocket(SOCKET s, long
 
     default:
         /* Netscape tries hard to use bogus ioctl 0x667e */
+        /* FIXME: 0x667e above is ('f' << 8) | 126, and is a low word of
+         * FIONBIO (_IOW('f', 126, u_long)), how that should be handled?
+         */
         WARN("\tunknown WS_IOCTL cmd (%08lx)\n", cmd);
         break;
     }




More information about the wine-cvs mailing list