VirtualBox

Ignore:
Timestamp:
Sep 29, 2008 3:19:15 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37160
Message:

SUPDrv: shared the symbol table dragging in symbols into the link on darwin and solaris.

File:
1 edited

Legend:

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

    r12691 r12808  
    6060#include <iprt/string.h>
    6161
    62 /**
    63  * Drag in symbols from R0 Runtime required by VBoxNetFlt.
    64  */
    65 #ifdef VBOX_WITH_NETFLT
    66 # 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 *)RTNetIPv4IsHdrValid
    78 };
    79 #endif  /* VBOX_WITH_NETFLT */
    8062
    8163/*******************************************************************************
     
    356338                return DDI_SUCCESS;
    357339            }
    358            
     340
    359341            return DDI_FAILURE;
    360342        }
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