Changeset 43508 in vbox
- Timestamp:
- Oct 2, 2012 2:04:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp
r43507 r43508 30 30 #ifdef RT_OS_LINUX 31 31 # include <net/if.h> 32 # include <linux/types.h> 32 33 # include <linux/ethtool.h> 33 34 # include <linux/sockios.h> … … 282 283 pszAdapterName = argv[1]; 283 284 memset(&Req, '\0', sizeof(Req)); 285 #ifdef RT_OS_LINUX 284 286 if (strcmp("speed", argv[2]) == 0) 285 287 { … … 322 324 return rc; 323 325 } 326 #endif 324 327 rc = checkAdapterName(pszAdapterName, szAdapterName); 325 328 if (rc)
Note:
See TracChangeset
for help on using the changeset viewer.