Changeset 100331 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 29, 2023 12:11:23 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 158046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r100317 r100331 395 395 # ifdef RT_OS_SOLARIS 396 396 int const fFlags = MS_OPTIONSTR; 397 RTStrPrintf(pszOpt Buf, sizeof(szOptBuf), "uid=0,gid=%d,dmode=0770,fmode=0770,dmask=0000,fmask=0000", grp_vboxsf->gr_gid);397 RTStrPrintf(pszOpts, cbOpts, "uid=0,gid=%d,dmode=0770,fmode=0770,dmask=0000,fmask=0000", grp_vboxsf->gr_gid); 398 398 int r = mount(pszShareName, 399 399 pszMountPoint,
Note:
See TracChangeset
for help on using the changeset viewer.