xref: /dflybsd-src/contrib/diffutils/lib/stat-macros.h (revision 678e8cc6002ecd3a79cdae95ac8b454437219fc5)
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)
4