summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index e17e89b54..310c0757c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -416,8 +416,7 @@ int mandrake_move_post(void)
{
FILE * from, * to;
- size_t quantity __attribute__((aligned(16)));
- size_t overall __attribute__((aligned(16))) = 0;
+ size_t quantity __attribute__((aligned(16))), overall = 0;
char buf[4096] __attribute__((aligned(4096)));
log_message("move: copying live_tree_boot.clp to tmpfs");