Changeset 5126 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 1, 2007 2:52:32 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24987
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r5014 r5126 1659 1659 rc = CFGMR3InsertInteger(pCfg, "FileHandle", (RTFILE)tapFD); UPDATE_RC(); 1660 1660 1661 #elif defined(RT_OS_SOLARIS) 1662 rc = CFGMR3InsertString(pCfg, "Device", g_aNetDevs[ulInstance].pszName); UPDATE_RC(); 1663 1661 1664 #elif defined(RT_OS_OS2) 1662 1665 /* … … 1679 1682 1680 1683 1681 #else /* !RT_OS_LINUX && !RT_OS_L4 */1684 #else 1682 1685 FatalError("Name based HIF devices not implemented yet for this host platform\n"); 1683 1686 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.