- Timestamp:
- Sep 18, 2023 6:20:50 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r98103 r101160 109 109 { 110 110 if ( stat(pszNativePath, &st) 111 || (st.st_mode & 07777 ) != (fMode & 07777) )111 || (st.st_mode & 07777u) != (fMode & 07777u) ) 112 112 chmod(pszNativePath, fMode & RTFS_UNIX_MASK); 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.