Changeset 6cda025 in mainline


Ignore:
Timestamp:
2011-03-08T21:27:27Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03fa85c
Parents:
0b07acd
Message:

Fix default fs type selection

File:
1 edited

Legend:

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

    r0b07acd r6cda025  
    118118        /*Default is MinixFS V3*/
    119119        sb.magic = MFS_MAGIC_V3;
     120        sb.fs_version = 3;
    120121
    121122        /*Default block size is 4Kb*/
Note: See TracChangeset for help on using the changeset viewer.