VirtualBox

Changeset 33886 in vbox


Ignore:
Timestamp:
Nov 9, 2010 10:34:14 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67534
Message:

Build fix.

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r33858 r33886  
    9494
    9595
     96/** @todo Integrate into RTFsQueryMountpoint().  */
    9697static bool VBoxServiceAutoMountShareIsMounted(const char *pszShare,
    9798                                               char *pszMountPoint, size_t cbMountPoint)
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r33885 r33886  
    3131#include <iprt/string.h>
    3232#include <iprt/stream.h>
     33
     34#ifndef RT_OS_WINDOWS
     35#include <sys/stat.h>
     36#endif
    3337
    3438#include <VBox/VBoxGuestLib.h>
     
    194198             }
    195199             else
    196                  fileMode |= S_IRWXUGO & ~umaskMode;
     200                 fileMode |= S_IRWXU | S_IRWXG | S_IRWXO;
     201                 fileMode &= ~umaskMode;
    197202#endif
    198203         }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette