Changeset 88974 in vbox
- Timestamp:
- May 11, 2021 10:49:05 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r88273 r88974 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_MIN(4,4,3,210) 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.