VirtualBox

Ignore:
Timestamp:
Oct 11, 2016 10:57:37 AM (8 years ago)
Author:
vboxsync
Message:

NetFlt/Linux (bugref:8599) RHEL build fix for r111185

File:
1 edited

Legend:

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

    r64205 r64206  
    818818# else /* LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 21) */
    819819#  if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 38)
    820     return pBuf->csum_start - skb_headroom(pBuf)
     820    return pBuf->csum_start - skb_headroom(pBuf);
    821821#  else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 38) */
    822822    return skb_checksum_start_offset(pBuf);
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