X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fstat-macros.h;fp=lib%2Fstat-macros.h;h=0000000000000000000000000000000000000000;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hp=690216c74e264ea368fc7f70b180251e341d4149;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a;p=tar diff --git a/lib/stat-macros.h b/lib/stat-macros.h deleted file mode 100644 index 690216c..0000000 --- a/lib/stat-macros.h +++ /dev/null @@ -1,3 +0,0 @@ -/* All the mode bits that can be affected by chmod. */ -#define CHMOD_MODE_BITS \ - (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)