Changeset 24350 in vbox for trunk/src/VBox
- Timestamp:
- Nov 4, 2009 6:32:09 PM (15 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r24320 r24350 320 320 BUG (); 321 321 } 322 } 323 324 if (file->f_flags & O_APPEND) { 325 LogFunc(("O_APPEND set\n")); 326 params.CreateFlags |= SHFL_CF_ACCESS_APPEND; 322 327 } 323 328 -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r23973 r24350 683 683 break; 684 684 } 685 } 686 687 if (fShflFlags & SHFL_CF_ACCESS_APPEND) 688 { 689 fOpen |= RTFILE_O_APPEND; 685 690 } 686 691
Note:
See TracChangeset
for help on using the changeset viewer.