Changeset 16759 in vbox for trunk/src/VBox
- Timestamp:
- Feb 14, 2009 4:37:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r16757 r16759 1165 1165 UNIX_CHECK_FD_SET(so, ign, writefds), 1166 1166 UNIX_CHECK_FD_SET(so, ign, xfds))); 1167 /* Here should be other error handlings */ 1167 /* 1168 * Here should be other error handlings 1169 * The error handling code above handles the errors can happens on reading 1170 * we haven't still met any cases of error on write. 1171 */ 1168 1172 AssertRelease(!"shouldn't be here!!!"); 1169 1173 }
Note:
See TracChangeset
for help on using the changeset viewer.