summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-30 14:20:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-30 14:20:20 +0000
commit75fcb41c334ee51d3dad76b703d64a40c1394e67 (patch)
tree5c62ef983bfaa553b464c20bab0e121447fe5380 /mdk-stage1/stage1.c
parent375fcd7fc379f0277d1e918224cd5b7692f849d5 (diff)
downloaddrakx-backup-do-not-use-75fcb41c334ee51d3dad76b703d64a40c1394e67.tar
drakx-backup-do-not-use-75fcb41c334ee51d3dad76b703d64a40c1394e67.tar.gz
drakx-backup-do-not-use-75fcb41c334ee51d3dad76b703d64a40c1394e67.tar.bz2
drakx-backup-do-not-use-75fcb41c334ee51d3dad76b703d64a40c1394e67.tar.xz
drakx-backup-do-not-use-75fcb41c334ee51d3dad76b703d64a40c1394e67.zip
*** empty log message ***
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");