Changeset 7234617 in mainline for uspace/app/mkfat/mkfat.c


Ignore:
Timestamp:
2011-08-21T15:27:45Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fbe05e
Parents:
c56c4576
Message:

FAT: fixes for mips support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkfat/mkfat.c

    rc56c4576 r7234617  
    180180                printf(NAME ": Block device has %" PRIuOFF64 " blocks.\n",
    181181                    dev_nblocks);
    182                 printf("Device total size: %lld Mb\n", dev_nblocks*cfg.sector_size/(1024*1024));
    183182                cfg.total_sectors = dev_nblocks;
    184183        }
Note: See TracChangeset for help on using the changeset viewer.