Changeset 21201 in vbox
- Timestamp:
- Jul 3, 2009 1:49:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r21200 r21201 371 371 # endif 372 372 373 /** @todo test status code passing! */ 373 /** @todo test status code passing! Check that the kernel doesn't do any 374 * error checks using specific errno values, and just pass an VBox 375 * error instead of an errno.h one. Alternatively, extend/redefine the 376 * header with an error code return field (much better alternative 377 * actually). */ 374 378 int rc = ioctl((int)g_File, iFunction, &Hdr); 375 379 if (rc == -1)
Note:
See TracChangeset
for help on using the changeset viewer.