repo.or.cz
/
u-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add ext4,vfat and tar.bz2
[u-tools.git]
/
u-tools
/
apps
/
tar
/
gnu
/
stat-macros.h
blob
00112cef10365b5e9e8eacc22f6c4de30f2c9085
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)