Changeset 21948 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 3, 2009 4:59:09 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r21546 r21948 54 54 # include <iprt/net.h> 55 55 # include <iprt/string.h> 56 # include <iprt/rand.h> 57 # include <iprt/path.h> 56 58 #endif 57 59 /* VBox/x86.h not compatible with the Linux kernel sources */ … … 480 482 PFNRT g_apfnVBoxDrvIPRTDeps[] = 481 483 { 484 /* VBoxNetFlt */ 482 485 (PFNRT)RTCrc32, 483 486 (PFNRT)RTErrConvertFromErrno, … … 490 493 (PFNRT)RTStrDup, 491 494 (PFNRT)RTStrFree, 495 /* VBoxNetAdp */ 496 (PFNRT)RTRandBytes, 497 /* VBoxUSB */ 498 (PFNRT)RTPathStripFilename, 492 499 NULL 493 500 };
Note:
See TracChangeset
for help on using the changeset viewer.