Changes in uspace/app/mkfat/mkfat.c [fc22069:f73b291] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
rfc22069 rf73b291 162 162 } 163 163 164 rc = block_init( service_id, 2048);164 rc = block_init(EXCHANGE_SERIALIZE, service_id, 2048); 165 165 if (rc != EOK) { 166 166 printf(NAME ": Error initializing libblock.\n");
Note:
See TracChangeset
for help on using the changeset viewer.