Changeset cb328ab in mainline for uspace/lib/mbr/libmbr.c
- Timestamp:
- 2013-06-10T15:10:38Z (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
r469739f rcb328ab 92 92 */ 93 93 int mbr_read_mbr(mbr_label_t *label, service_id_t dev_handle) 94 { 95 if (label == NULL) 96 return EINVAL; 97 94 { 98 95 int rc; 99 96
Note:
See TracChangeset
for help on using the changeset viewer.