diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 0be166315..83768d420 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -35,7 +35,7 @@ static const struct suffix_mult tail_suffixes[] = { | |||
35 | 35 | ||
36 | struct globals { | 36 | struct globals { |
37 | bool status; | 37 | bool status; |
38 | }; | 38 | } FIX_ALIASING; |
39 | #define G (*(struct globals*)&bb_common_bufsiz1) | 39 | #define G (*(struct globals*)&bb_common_bufsiz1) |
40 | 40 | ||
41 | static void tail_xprint_header(const char *fmt, const char *filename) | 41 | static void tail_xprint_header(const char *fmt, const char *filename) |