Changeset 62305 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jul 18, 2016 3:53:55 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108836
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r58340 r62305 102 102 /*.fUnrestricted = */ true 103 103 #if defined(RT_OS_DARWIN) 104 ,/* .uConnection = */ NULL104 ,/* .uConnection = */ 0 105 105 #elif defined(RT_OS_LINUX) 106 106 ,/* .fSysMadviseWorks = */ false -
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r57358 r62305 169 169 * instantiated and create a session for this process. 170 170 */ 171 io_connect_t Connection = NULL;171 io_connect_t Connection = 0; 172 172 kr = IOServiceOpen(ServiceObject, mach_task_self(), SUP_DARWIN_IOSERVICE_COOKIE, &Connection); 173 173 IOObjectRelease(ServiceObject);
Note:
See TracChangeset
for help on using the changeset viewer.