Changeset c02d098 in mainline for uspace/lib/label/src/gpt.c


Ignore:
Timestamp:
2015-07-29T20:35:40Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
100b1d1
Parents:
c43db5f
Message:

Most of logical partition support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/src/gpt.c

    rc43db5f rc02d098  
    302302        label->pri_entries = num_entries;
    303303        label->block_size = bsize;
    304         label->ext_part_idx = -1;
    305304
    306305        label->lt.gpt.hdr_ba[0] = gpt_hdr_ba;
     
    449448        label->pri_entries = num_entries;
    450449        label->block_size = bsize;
    451         label->ext_part_idx = -1;
    452450
    453451        label->lt.gpt.hdr_ba[0] = hdr_ba[0];
Note: See TracChangeset for help on using the changeset viewer.