Changeset 603c1d1f in mainline for uspace/lib/label/src/label.c
- Timestamp:
- 2015-07-05T18:53:00Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf7ddde
- Parents:
- 99c23405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/src/label.c
r99c23405 r603c1d1f 41 41 42 42 #include "gpt.h" 43 #include "mbr.h" 43 44 44 45 static label_ops_t *probe_list[] = { 45 46 &gpt_label_ops, 47 &mbr_label_ops, 46 48 NULL 47 49 }; … … 72 74 break; 73 75 case lt_mbr: 74 ops = NULL;76 ops = &mbr_label_ops; 75 77 break; 76 78 }
Note:
See TracChangeset
for help on using the changeset viewer.