VirtualBox

Ignore:
Timestamp:
Sep 29, 2008 3:19:15 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37160
Message:

SUPDrv: shared the symbol table dragging in symbols into the link on darwin and solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r12653 r12808  
    5454#include <iprt/process.h>
    5555#include <iprt/alloc.h>
    56 #include <iprt/uuid.h>
    5756#include <iprt/err.h>
    5857#include <VBox/log.h>
     
    204203static int32_t volatile g_cSessions = 0;
    205204
    206 
    207 /*
    208  * Drag in the rest of IRPT since we share it with the
    209  * rest of the kernel modules on darwin.
    210  */
    211 PFNRT g_apfnVBoxDrvIPRTDeps[] =
    212 {
    213     (PFNRT)RTUuidCompare,
    214     (PFNRT)RTErrConvertFromErrno,
    215     NULL
    216 };
    217205
    218206
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette