Changes in uspace/lib/mbr/libmbr.c [6453e306:94c49fd3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
r6453e306 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.