Changeset 28391 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 16, 2010 3:41:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r28390 r28391 210 210 * would be dangerous. 211 211 */ 212 int status , ignored;212 int status; 213 213 unsigned long pending = 0; 214 214 status = ioctlsocket(so->s, FIONREAD, &pending); … … 1050 1050 uint8_t proto; 1051 1051 int type = 0; 1052 #ifndef VBOX_WITH_SLIRP_BSD_MBUF 1052 1053 int m_room; 1054 #endif 1053 1055 1054 1056 ip = (struct ip *)buff;
Note:
See TracChangeset
for help on using the changeset viewer.