]> git.cworth.org Git - tar/blob - gnu/stat-macros.h
upstream: Fix extraction of device nodes.
[tar] / gnu / stat-macros.h
1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3 /* All the mode bits that can be affected by chmod.  */
4 #define CHMOD_MODE_BITS \
5   (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)