diff options
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index b417123..4bc3b38 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -104,7 +104,7 @@ struct globals { action ***actions; bool need_print; recurse_flags_t recurse_flags; -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define INIT_G() do { \ struct G_sizecheck { \ |