Changeset 12808 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Sep 29, 2008 3:19:15 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r12653 r12808 54 54 #include <iprt/process.h> 55 55 #include <iprt/alloc.h> 56 #include <iprt/uuid.h>57 56 #include <iprt/err.h> 58 57 #include <VBox/log.h> … … 204 203 static int32_t volatile g_cSessions = 0; 205 204 206 207 /*208 * Drag in the rest of IRPT since we share it with the209 * rest of the kernel modules on darwin.210 */211 PFNRT g_apfnVBoxDrvIPRTDeps[] =212 {213 (PFNRT)RTUuidCompare,214 (PFNRT)RTErrConvertFromErrno,215 NULL216 };217 205 218 206
Note:
See TracChangeset
for help on using the changeset viewer.