source: trunk/essentials/app-arch/tar/lib/stat-macros.h

Last change on this file was 3342, checked in by bird, 18 years ago

tar 1.16.1

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.