Changeset 76592 in vbox for trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp
r76553 r76592 21 21 * Header Files * 22 22 *********************************************************************************************************************************/ 23 #define LOG_GROUP LOG_GROUP_MAIN 23 #define LOG_GROUP LOG_GROUP_MAIN_HOST 24 24 25 25 #include <iprt/errcore.h> … … 29 29 #include <list> 30 30 31 #include "Logging .h"31 #include "LoggingNew.h" 32 32 #include "HostNetworkInterfaceImpl.h" 33 33 #include "netif.h"
Note:
See TracChangeset
for help on using the changeset viewer.