VirtualBox

Changeset 76688 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 7, 2019 6:58:10 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127995
Message:

vfsmod.c: Need linux/mount.h for sf_show_options on older kernels. bugref:3544

File:
1 edited

Legend:

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

    r76553 r76688  
    4747#include "product-generated.h"
    4848#include "VBoxGuestR0LibInternal.h"
     49#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
     50# include <linux/mount.h>
     51#endif
    4952
    5053MODULE_DESCRIPTION(VBOX_PRODUCT " VFS Module for Host File System Access");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette