VirtualBox

Changeset 78660 in vbox for trunk/src


Ignore:
Timestamp:
May 22, 2019 1:18:28 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: build fix for EL6 pre 10.
ticketref:18646:Guest additions build failure on CentOS 6.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h

    r78137 r78660  
    100100
    101101#if  LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0) \
    102   && (!defined(RHEL_MAJOR) || RHEL_MAJOR != 6)
     102  && (!defined(RHEL_MAJOR) || RHEL_MAJOR != 6 || RHEL_MINOR < 10)
    103103DECLINLINE(void) set_nlink(struct inode *pInode, unsigned int cLinks)
    104104{
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