Changeset 94c49fd3 in mainline for uspace/lib/mbr/libmbr.c
- Timestamp:
- 2014-07-29T07:21:46Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c2844735
- Parents:
- c1f26834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
rc1f26834 r94c49fd3 90 90 mbr_t *mbr_alloc_mbr(void) 91 91 { 92 return malloc(sizeof(mbr_t));92 return (mbr_t *)alloc_br(); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.