source:
trunk/essentials/app-arch/tar/lib/stat-macros.h
Last change on this file was 3342, checked in by , 18 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | /* All the mode bits that can be affected by chmod. */ |
2 | #define CHMOD_MODE_BITS \ |
3 | (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) |
Note:
See TracBrowser
for help on using the repository browser.