source: vendor/tar/1.16.1/lib/stat-macros.h@ 3342

Last change on this file since 3342 was 3342, checked in by bird, 19 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.