VirtualBox

Changeset 21201 in vbox


Ignore:
Timestamp:
Jul 3, 2009 1:49:09 PM (15 years ago)
Author:
vboxsync
Message:

VBoxGuestR3Lib.cpp: Solaris+freebsd todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp

    r21200 r21201  
    371371# endif
    372372
    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). */
    374378    int rc = ioctl((int)g_File, iFunction, &Hdr);
    375379    if (rc == -1)
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