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