Changeset 28035 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 7, 2010 8:47:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r28034 r28035 212 212 int status, ignored; 213 213 unsigned long pending = 0; 214 status = ioctl (so->s, FIONREAD, &pending);214 status = ioctlsocket(so->s, FIONREAD, &pending); 215 215 if (status < 0) 216 216 LogRel(("NAT:error in WSAIoctl: %d\n", errno));
Note:
See TracChangeset
for help on using the changeset viewer.