VirtualBox

Changeset 14549 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 24, 2008 9:40:51 PM (16 years ago)
Author:
vboxsync
Message:

Linux hostif: Pre-2.6.19 kernel fix.

File:
1 edited

Legend:

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

    r14547 r14549  
    5656# define VBOX_SKB_MAC_HDR(skb) skb->mac.raw
    5757#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22) */
     58
     59#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
     60# define CHECKSUM_PARTIAL CHECKSUM_HW
     61#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19) */
    5862
    5963#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18)
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