Changeset 283ea3d in mainline for uspace/app/hdisk/hdisk.c


Ignore:
Timestamp:
2013-07-28T22:52:16Z (12 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3bc355
Parents:
8559fa0 (diff), 675de6d (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:

libmbr, libgpt and hdisk fixes and polishing

File:
1 edited

Legend:

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

    r8559fa0 r283ea3d  
    144144        rc = interact(dev_handle);
    145145       
    146         free_label();
    147        
    148146        return rc;
    149147}
     
    180178                                break;
    181179                        case 'f':
    182                                 free_label();
    183180                                select_label_format(in);
    184181                                break;
Note: See TracChangeset for help on using the changeset viewer.