]> git.cworth.org Git - tar/blob - lib/stat-macros.h
Respect DEB_BUILD_OPTIONS=nocheck to conform with Debian Policy 3.8.2
[tar] / lib / stat-macros.h
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)