Changeset 12808 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Sep 29, 2008 3:19:15 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r12691 r12808 60 60 #include <iprt/string.h> 61 61 62 /**63 * Drag in symbols from R0 Runtime required by VBoxNetFlt.64 */65 #ifdef VBOX_WITH_NETFLT66 # include <iprt/crc32.h>67 # include <iprt/uuid.h>68 # include <iprt/net.h>69 70 static RTR0PTR g_vboxNetFltSolarisRTR0Symbols[] =71 {72 (void *)RTCrc32,73 (void *)RTUuidFromStr,74 (void *)RTUuidCompareStr,75 (void *)RTNetIPv4UDPChecksum,76 (void *)RTNetIPv4TCPChecksum,77 (void *)RTNetIPv4IsHdrValid78 };79 #endif /* VBOX_WITH_NETFLT */80 62 81 63 /******************************************************************************* … … 356 338 return DDI_SUCCESS; 357 339 } 358 340 359 341 return DDI_FAILURE; 360 342 }
Note:
See TracChangeset
for help on using the changeset viewer.