wine-20020509/dlls/winsock/socket.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- socket.c.old	Fri Apr 26 18:05:35 2002
+++ socket.c	Thu May 16 02:20:14 2002
@@ -1141,9 +1141,11 @@
 
     hdr.msg_iov = iov;
     hdr.msg_iovlen = count;
+#ifndef __SVR4
     hdr.msg_control = NULL;
     hdr.msg_controllen = 0;
     hdr.msg_flags = 0;
+#endif
 
     if ( (n = recvmsg (fd, &hdr, *lpFlags)) == -1 )
     {
@@ -1245,9 +1247,11 @@
 
     hdr.msg_iov = iov;
     hdr.msg_iovlen = count;
+#ifndef __SVR4
     hdr.msg_control = NULL;
     hdr.msg_controllen = 0;
     hdr.msg_flags = 0;
+#endif
 
     n = sendmsg (fd, &hdr, dwFlags);
 


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux