Changeset 4897 in vbox
- Timestamp:
- Sep 19, 2007 9:46:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
r4882 r4897 124 124 AssertMsg(g_hDevice != -1, ("SUPLIB not initiated successfully!\n")); 125 125 126 if (RT_LIKELY(ioctl( (g_hDevice, uFunction, pvReq) >= 0))126 if (RT_LIKELY(ioctl(g_hDevice, uFunction, pvReq) >= 0)) 127 127 return VINF_SUCCESS; 128 128 return RTErrConvertFromErrno(errno);
Note:
See TracChangeset
for help on using the changeset viewer.