Changes in uspace/lib/mbr/libmbr.c [94c49fd3:6453e306] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
r94c49fd3 r6453e306 90 90 mbr_t *mbr_alloc_mbr(void) 91 91 { 92 return (mbr_t *)alloc_br();92 return malloc(sizeof(mbr_t)); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.