Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'init/bootchartd.c')
-rw-r--r--init/bootchartd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c
index 9faf14d36..d1f9ed30e 100644
--- a/init/bootchartd.c
+++ b/init/bootchartd.c
@@ -57,7 +57,7 @@
/* Globals */
struct globals {
- char jiffy_line[sizeof(bb_common_bufsiz1)];
+ char jiffy_line[COMMON_BUFSIZE];
} FIX_ALIASING;
#define G (*(struct globals*)&bb_common_bufsiz1)
#define INIT_G() do { } while (0)