Changeset e03a733 in mainline for uspace/lib/minix/minix.h


Ignore:
Timestamp:
2011-03-06T22:30:26Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2267e82
Parents:
ae1ae27
Message:

initialize V3 superblock and write it to disk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/minix/minix.h

    rae1ae27 re03a733  
    119119        int32_t         s_max_file_size;
    120120        /*Total number of zones on the device*/
    121         uint32_t        s_total_zones;
     121        uint32_t        s_nzones;
    122122        /*
    123123         *Magic number used to recognize MinixFS
Note: See TracChangeset for help on using the changeset viewer.