Changeset 19388 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 5, 2009 4:28:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r19257 r19388 52 52 # include <iprt/crc32.h> 53 53 # include <iprt/net.h> 54 # include <iprt/string.h> 54 55 #endif 55 56 /* VBox/x86.h not compatible with the Linux kernel sources */ … … 439 440 (PFNRT)RTUuidCompareStr, 440 441 (PFNRT)RTUuidFromStr, 442 (PFNRT)RTStrDup, 443 (PFNRT)RTStrFree, 441 444 NULL 442 445 };
Note:
See TracChangeset
for help on using the changeset viewer.