VirtualBox

Changeset 13810

Show
Ignore:
Timestamp:
11/04/08 22:17:47 (2 months ago)
Author:
vboxsync
Message:

posix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy