Changeset 31337 in vbox for trunk/src/VBox/Main/solaris
- Timestamp:
- Aug 3, 2010 2:05:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/solaris/NetIf-solaris.cpp
r28962 r31337 41 41 #include <limits.h> 42 42 #include <stdio.h> 43 #ifdef VBOX_SOLARIS_NSL_RESOLVED 44 # include <libdevinfo.h> 45 #endif 43 #include <libdevinfo.h> 46 44 #include <net/if.h> 47 45 #include <sys/socket.h> … … 272 270 } 273 271 274 # ifdef VBOX_SOLARIS_NSL_RESOLVED275 272 static int vboxSolarisAddPhysHostIface(di_node_t Node, di_minor_t Minor, void *pvHostNetworkInterfaceList) 276 273 { … … 292 289 return DI_WALK_CONTINUE; 293 290 } 294 # endif /* VBOX_SOLARIS_NSL_RESOLVED */295 291 296 292 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) 297 293 { 298 299 # ifdef VBOX_SOLARIS_NSL_RESOLVED300 294 301 295 /* … … 315 309 if (VBoxSolarisLibDlpiFound()) 316 310 g_pfnLibDlpiWalk(vboxSolarisAddLinkHostIface, &list, 0); 317 318 # endif /* VBOX_SOLARIS_NSL_RESOLVED */319 311 320 312 /*
Note:
See TracChangeset
for help on using the changeset viewer.