Changeset 85432 in vbox
- Timestamp:
- Jul 23, 2020 11:59:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r85065 r85432 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
Note:
See TracChangeset
for help on using the changeset viewer.