From 75fcb41c334ee51d3dad76b703d64a40c1394e67 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 30 Oct 2003 14:20:20 +0000 Subject: *** empty log message *** --- mdk-stage1/stage1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdk-stage1') 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"); -- cgit v1.2.1