VirtualBox

Changeset 4897 in vbox


Ignore:
Timestamp:
Sep 19, 2007 9:46:37 AM (17 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp

    r4882 r4897  
    124124    AssertMsg(g_hDevice != -1, ("SUPLIB not initiated successfully!\n"));
    125125
    126     if (RT_LIKELY(ioctl((g_hDevice, uFunction, pvReq) >= 0))
     126    if (RT_LIKELY(ioctl(g_hDevice, uFunction, pvReq) >= 0))
    127127        return VINF_SUCCESS;
    128128    return RTErrConvertFromErrno(errno);
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