VirtualBox

Changeset 13809 in vbox


Ignore:
Timestamp:
Nov 4, 2008 9:14:43 PM (16 years ago)
Author:
vboxsync
Message:

posix

File:
1 edited

Legend:

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

    r13807 r13809  
    130130    }
    131131
    132     if (st.st_mode != (__S_IREAD | __S_IWRITE | __S_IEXEC | __S_IFDIR))
     132    if (st.st_mode != (S_IREAD | S_IWRITE | S_IEXEC | 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_IREAD | S_IWRITE | 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