VirtualBox

Ignore:
Timestamp:
Mar 30, 2009 1:02:31 PM (16 years ago)
Author:
vboxsync
Message:

VBoxNetFlt-linux.c: fix warning about unused static function due to commenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r17375 r18541  
    206206}
    207207
     208/* Currently not referenced in vboxTapNetDevInit
    208209static int vboxTapValidateAddr(struct net_device *dev)
    209210{
     
    212213         dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]));
    213214    return -EADDRNOTAVAIL;
    214 }
     215} */
    215216
    216217static void vboxTapNetDevInit(struct net_device *pNetDev)
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