Changeset 77542 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Mar 3, 2019 4:40:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r77538 r77542 46 46 #include "revision-generated.h" 47 47 #include "product-generated.h" 48 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) 48 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0) 49 # include <uapi/linux/mount.h> /* for MS_REMOUNT */ 50 #elif LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) 49 51 # include <linux/mount.h> 50 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.