summaryrefslogtreecommitdiffstats
path: root/lib/stat-macros.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-04 16:16:50 +0100
committerJim Meyering <meyering@redhat.com>2008-01-04 16:16:50 +0100
commit447bbb9ae4fd8190817001e3c7065a504721cd0a (patch)
treebfde839cfd2018b8a65d463630abb9539f749d5a /lib/stat-macros.h
parenta924da06a11ad14176660412d9be9a7905503267 (diff)
downloadidutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.tar.gz
idutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.tar.bz2
idutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.zip
Remove files now pulled from gnulib.
Also remove all intl/ files. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'lib/stat-macros.h')
-rw-r--r--lib/stat-macros.h3
1 files changed, 0 insertions, 3 deletions
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)