diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 14:20:20 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 14:20:20 +0000 |
commit | 75fcb41c334ee51d3dad76b703d64a40c1394e67 (patch) | |
tree | 5c62ef983bfaa553b464c20bab0e121447fe5380 | |
parent | 375fcd7fc379f0277d1e918224cd5b7692f849d5 (diff) | |
download | drakx-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 ***
-rw-r--r-- | mdk-stage1/stage1.c | 3 |
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"); |