VirtualBox

Changeset 33054 in vbox


Ignore:
Timestamp:
Oct 12, 2010 11:59:33 AM (14 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuest: drag in symbols used by dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r33053 r33054  
    4646# endif
    4747#endif
     48#if defined(RT_OS_SOLARIS)
     49# include <iprt/rand.h>
     50#endif
    4851
    4952
     
    6164static const size_t cbChangeMemBalloonReq = RT_OFFSETOF(VMMDevChangeMemBalloon, aPhysPage[VMMDEV_MEMORY_BALLOON_CHUNK_PAGES]);
    6265
     66#if defined(RT_OS_SOLARIS)
     67/**
     68 * Drag in the rest of IRPT since we share it with the
     69 * rest of the kernel modules on Solaris.
     70 */
     71PFNRT g_apfnVBoxGuestIPRTDeps[] =
     72{
     73    /* VirtioNet */
     74    (PFNRT)RTRandBytes,
     75    NULL
     76};
     77#endif  /* RT_OS_SOLARIS */
    6378
    6479
Note: See TracChangeset for help on using the changeset viewer.

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