Changeset 89048 in vbox
- Timestamp:
- May 14, 2021 1:59:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r88978 r89048 817 817 */ 818 818 iattr->ia_valid |= ATTR_FORCE; 819 #if (RTLNX_VER_RANGE(3,16,39, 3,17,0)) || RTLNX_VER_MIN(4,9,0) || (RTLNX_VER_RANGE(4,1,37, 4,2,0)) 819 #if (RTLNX_VER_RANGE(3,16,39, 3,17,0)) || RTLNX_VER_MIN(4,9,0) || (RTLNX_VER_RANGE(4,1,37, 4,2,0)) || RTLNX_UBUNTU_ABI_MIN(4,4,255,208) 820 820 # if RTLNX_VER_MIN(5,12,0) 821 821 rc = setattr_prepare(ns, dentry, iattr);
Note:
See TracChangeset
for help on using the changeset viewer.