Changeset 88976 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 11, 2021 11:15:03 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r88974 r88976 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)) || RTLNX_UBUNTU_ MIN(4,4,3,210)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_RANGE(4,4,3,210, 4,4,3,255) 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.