VirtualBox

Changeset 28035 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 7, 2010 8:47:27 AM (15 years ago)
Author:
vboxsync
Message:

NAT: ioctl->ioctlsocket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/socket.c

    r28034 r28035  
    212212        int status, ignored;
    213213        unsigned long pending = 0;
    214         status = ioctl(so->s, FIONREAD, &pending);
     214        status = ioctlsocket(so->s, FIONREAD, &pending);
    215215        if (status < 0)
    216216            LogRel(("NAT:error in WSAIoctl: %d\n", errno));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette