VirtualBox

Changeset 43508 in vbox


Ignore:
Timestamp:
Oct 2, 2012 2:04:16 PM (12 years ago)
Author:
vboxsync
Message:

Main/Metrics: build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp

    r43507 r43508  
    3030#ifdef RT_OS_LINUX
    3131# include <net/if.h>
     32# include <linux/types.h>
    3233# include <linux/ethtool.h>
    3334# include <linux/sockios.h>
     
    282283            pszAdapterName = argv[1];
    283284            memset(&Req, '\0', sizeof(Req));
     285#ifdef RT_OS_LINUX
    284286            if (strcmp("speed", argv[2]) == 0)
    285287            {
     
    322324                return rc;
    323325            }
     326#endif
    324327            rc = checkAdapterName(pszAdapterName, szAdapterName);
    325328            if (rc)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette