summaryrefslogtreecommitdiff
path: root/coreutils/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/du.c')
-rw-r--r--coreutils/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index 730d6d162..5894ed438 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -50,7 +50,7 @@ struct globals {
50 int slink_depth; 50 int slink_depth;
51 int du_depth; 51 int du_depth;
52 dev_t dir_dev; 52 dev_t dir_dev;
53}; 53} FIX_ALIASING;
54#define G (*(struct globals*)&bb_common_bufsiz1) 54#define G (*(struct globals*)&bb_common_bufsiz1)
55 55
56 56