Changeset 26403 in vbox
- Timestamp:
- Feb 10, 2010 8:22:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r26402 r26403 91 91 if (hDummy >= 0) 92 92 { 93 if (fcntl( ahDummy, F_SETFD, FD_CLOEXEC) == 0)93 if (fcntl(hDummy, F_SETFD, FD_CLOEXEC) == 0) 94 94 pThis->ahDummy[i] = hDummy; 95 95 else
Note:
See TracChangeset
for help on using the changeset viewer.