VirtualBox

Changeset 5126 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 1, 2007 2:52:32 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24987
Message:

Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r5014 r5126  
    16591659                    rc = CFGMR3InsertInteger(pCfg, "FileHandle", (RTFILE)tapFD);                    UPDATE_RC();
    16601660
     1661#elif defined(RT_OS_SOLARIS)
     1662                    rc = CFGMR3InsertString(pCfg, "Device", g_aNetDevs[ulInstance].pszName); UPDATE_RC();
     1663
    16611664#elif defined(RT_OS_OS2)
    16621665                    /*
     
    16791682
    16801683
    1681 #else /* !RT_OS_LINUX && !RT_OS_L4 */
     1684#else
    16821685                    FatalError("Name based HIF devices not implemented yet for this host platform\n");
    16831686                    return VERR_NOT_IMPLEMENTED;
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