Ticket #19644: vb-6.0.24-kernel-5.8-sharefolders.patch
| File vb-6.0.24-kernel-5.8-sharefolders.patch, 400 bytes (added by , 4 years ago) |
|---|
-
src/VBox/Additions/linux/sharedfolders/vfsmod.c
a b 52 52 #endif 53 53 #include <linux/seq_file.h> 54 54 #include <linux/vfs.h> 55 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 62) 55 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 62) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0) 56 56 # include <linux/vermagic.h> 57 57 #endif 58 58 #include <VBox/err.h>

