VirtualBox

Ignore:
Timestamp:
Aug 19, 2014 7:42:35 PM (10 years ago)
Author:
vboxsync
Message:

Runtime, VBoxNetAdp: Linux 3.17 fixes

File:
1 edited

Legend:

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

    r44529 r52420  
    184184    pNetDev = alloc_netdev(sizeof(VBOXNETADPPRIV),
    185185                           pThis->szName[0] ? pThis->szName : VBOXNETADP_LINUX_NAME,
     186#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 17, 0)
     187                           NET_NAME_UNKNOWN,
     188#endif
    186189                           vboxNetAdpNetDevInit);
    187190    if (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