diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 7135e4475..ebd48121d 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -94,7 +94,7 @@ struct globals { | |||
94 | char *env_var_user; | 94 | char *env_var_user; |
95 | char *env_var_home; | 95 | char *env_var_home; |
96 | #endif | 96 | #endif |
97 | }; | 97 | } FIX_ALIASING; |
98 | #define G (*(struct globals*)&bb_common_bufsiz1) | 98 | #define G (*(struct globals*)&bb_common_bufsiz1) |
99 | #define LogLevel (G.LogLevel ) | 99 | #define LogLevel (G.LogLevel ) |
100 | #define LogFile (G.LogFile ) | 100 | #define LogFile (G.LogFile ) |