Changeset 10634 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 15, 2008 9:34:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r8913 r10634 164 164 return VERR_INVALID_PARAMETER; 165 165 } 166 /* Unix permissions */ 167 fOpenMode |= (fOpen & RTFILE_O_CREATE_MODE_MASK) >> RTFILE_O_CREATE_MODE_SHIFT; 166 168 167 169 /** @todo sharing! */
Note:
See TracChangeset
for help on using the changeset viewer.