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