VirtualBox

Changeset 13810 in vbox for trunk/src/libs/xpcom18a4/ipc


Ignore:
Timestamp:
Nov 4, 2008 9:17:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38800
Message:

posix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp

    r13809 r13810  
    130130    }
    131131
    132     if (st.st_mode != (S_IREAD | S_IWRITE | S_IEXEC | S_IFDIR))
     132    if (st.st_mode != (S_IRUSR | S_IWUSR | S_IXUSR | S_IFDIR))
    133133    {
    134134        printf("Wrong mode (%o) of '%s'.\n", st.st_mode, baseDir);
     
    167167    }
    168168
    169     if (st.st_mode != (S_IREAD | S_IWRITE | S_IFREG))
     169    if (st.st_mode != (S_IRUSR | S_IWUSR | S_IFREG))
    170170    {
    171171        printf("Wrong mode (%o) of '%s'.\n", st.st_mode, lockFile);
Note: See TracChangeset for help on using the changeset viewer.

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