VirtualBox

Changeset 43513 in vbox


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

Main/Metrics: the ultimate build fix

File:
1 edited

Legend:

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

    r43512 r43513  
    2828#include <sys/ioctl.h>
    2929#include <fcntl.h>
    30 #ifdef RT_OS_LINUX
     30#if 0
     31//def RT_OS_LINUX
    3132# include <net/if.h>
    32 # include <asm/types.h>
    3333# include <linux/types.h>
    3434# include <linux/ethtool.h>
     
    284284            pszAdapterName = argv[1];
    285285            memset(&Req, '\0', sizeof(Req));
    286 #ifdef RT_OS_LINUX
     286#if 0
     287//def RT_OS_LINUX
    287288            if (strcmp("speed", argv[2]) == 0)
    288289            {
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