diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index 5af365a7e..4959de40e 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -78,9 +78,9 @@ | |||
78 | 78 | ||
79 | #include "libbb.h" | 79 | #include "libbb.h" |
80 | 80 | ||
81 | #define OPT_FILESYS (1 << 0) | 81 | #define OPT_TERSE (1 << 0) |
82 | #define OPT_TERSE (1 << 1) | 82 | #define OPT_DEREFERENCE (1 << 1) |
83 | #define OPT_DEREFERENCE (1 << 2) | 83 | #define OPT_FILESYS (1 << 2) |
84 | #define OPT_SELINUX (1 << 3) | 84 | #define OPT_SELINUX (1 << 3) |
85 | 85 | ||
86 | #if ENABLE_FEATURE_STAT_FORMAT | 86 | #if ENABLE_FEATURE_STAT_FORMAT |