VirtualBox

Ignore:
Timestamp:
Aug 3, 2009 4:59:09 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50635
Message:

Solaris/vboxdrv,vboxnet,vboxusbmon: fixed dependencies to vboxdrv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r21546 r21948  
    5454# include <iprt/net.h>
    5555# include <iprt/string.h>
     56# include <iprt/rand.h>
     57# include <iprt/path.h>
    5658#endif
    5759/* VBox/x86.h not compatible with the Linux kernel sources */
     
    480482PFNRT g_apfnVBoxDrvIPRTDeps[] =
    481483{
     484    /* VBoxNetFlt */
    482485    (PFNRT)RTCrc32,
    483486    (PFNRT)RTErrConvertFromErrno,
     
    490493    (PFNRT)RTStrDup,
    491494    (PFNRT)RTStrFree,
     495    /* VBoxNetAdp */
     496    (PFNRT)RTRandBytes,
     497    /* VBoxUSB */
     498    (PFNRT)RTPathStripFilename,
    492499    NULL
    493500};
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