Changeset cb328ab in mainline for uspace/lib/mbr/libmbr.c


Ignore:
Timestamp:
2013-06-10T15:10:38Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c8bfe8, 6317b33
Parents:
469739f (diff), 44c4886 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

GPT API changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/mbr/libmbr.c

    r469739f rcb328ab  
    9292 */
    9393int mbr_read_mbr(mbr_label_t *label, service_id_t dev_handle)
    94 {
    95         if (label == NULL)
    96                 return EINVAL;
    97        
     94{       
    9895        int rc;
    9996       
Note: See TracChangeset for help on using the changeset viewer.