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


Ignore:
Timestamp:
2015-10-09T18:11:08Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a43785
Parents:
372df8f
Message:

Information structures need updating to new model.

File:
1 edited

Legend:

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

    r372df8f r0ecfc62  
    547547{
    548548        memset(linfo, 0, sizeof(label_info_t));
    549         linfo->dcnt = dc_label;
    550549        linfo->ltype = lt_gpt;
    551550        linfo->flags = lf_ptype_uuid; /* Partition type is in UUID format */
Note: See TracChangeset for help on using the changeset viewer.