Changeset 37596 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Jun 22, 2011 7:30:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r28800 r37596 162 162 if (close(pThis->hDevice)) 163 163 AssertFailed(); 164 pThis->hDevice = NIL_RTFILE;164 pThis->hDevice = (intptr_t)NIL_RTFILE; 165 165 } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.