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