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