]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-kernel-4.10.patch
e5dbb8db22ea6aafe5f5b4ebf87b7fbbb04b74de
[packages/VirtualBox.git] / VirtualBox-kernel-4.10.patch
1 diff -urN VirtualBox-5.1.14.orig/src/VBox/Additions/linux/sharedfolders/lnkops.c VirtualBox-5.1.14/src/VBox/Additions/linux/sharedfolders/lnkops.c
2 --- VirtualBox-5.1.14.orig/src/VBox/Additions/linux/sharedfolders/lnkops.c      2017-03-01 00:11:16.018923166 +0100
3 +++ VirtualBox-5.1.14/src/VBox/Additions/linux/sharedfolders/lnkops.c   2017-03-01 00:12:22.178411297 +0100
4 @@ -90,7 +90,9 @@
5  
6  struct inode_operations sf_lnk_iops =
7  {
8 +# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
9      .readlink       = generic_readlink,
10 +# endif
11  # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
12      .get_link       = sf_get_link
13  # elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)
This page took 0.039315 seconds and 2 git commands to generate.