Changes in uspace/lib/label/src/mbr.c [f7f2c7f:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/src/mbr.c
rf7f2c7f r09ab0a9a 328 328 329 329 label = calloc(1, sizeof(label_t)); 330 if (label == NULL) { 331 rc = ENOMEM; 332 goto error; 333 } 330 if (label == NULL) 331 return ENOMEM; 334 332 335 333 list_initialize(&label->parts);
Note:
See TracChangeset
for help on using the changeset viewer.