VirtualBox

Changeset 9112 in vbox for trunk


Ignore:
Timestamp:
May 26, 2008 10:11:34 AM (17 years ago)
Author:
vboxsync
Message:

Hopefully working solaris 10 detection.

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r8155 r9112  
    203203        return rc;
    204204#endif
    205 #if defined(RT_OS_L4) || defined(RT_OS_LINUX) || defined(RT_OS_OS2) || defined(RT_OS_SOLARIS) || defined(RT_OS_WINDOWS)
     205#if defined(RT_OS_L4) || defined(RT_OS_LINUX) || defined(RT_OS_OS2) || (defined(RT_OS_SOLARIS) && !defined(__SunOS_5.10)) || defined(RT_OS_WINDOWS)
    206206    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvHostInterface);
    207207    if (VBOX_FAILURE(rc))
  • trunk/src/VBox/Devices/Network/DrvTAP.cpp

    r9087 r9112  
    2020 */
    2121
    22 #if !defined(RT_OS_SOLARIS) || SOLARIS2 >= 11
     22#if !defined(RT_OS_SOLARIS) || !defined(__SunOS_5.10)
    2323
    2424/*******************************************************************************
     
    10941094};
    10951095
    1096 #endif /* !defined(RT_OS_SOLARIS) || SOLARIS2 >= 11 */
     1096#endif /* !defined(RT_OS_SOLARIS) || !defined(__SunOS_5.10) */
  • trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp

    r9087 r9112  
    2121
    2222/* Solaris 10 and below has no dlpi. */
    23 #if SOLARIS2 >= 11
     23#ifndef __SunOS_5.10
    2424
    2525#include "vbox-libdlpi.h"
     
    8686}
    8787
    88 #endif /* SOLARIS2 >= 11 */
     88#endif /* __SunOS_5.10 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette