Changeset 44580 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 7, 2013 11:35:37 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAP.cpp
r44528 r44580 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 902 902 */ 903 903 int rc; 904 #if defined(RT_OS_SOLARIS) /** @todo Other platforms' TAP code should be moved here from ConsoleImpl & VBoxBFE. */904 #if defined(RT_OS_SOLARIS) /** @todo Other platforms' TAP code should be moved here from ConsoleImpl. */ 905 905 rc = CFGMR3QueryStringAlloc(pCfg, "TAPSetupApplication", &pThis->pszSetupApplication); 906 906 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.