Changes in uspace/app/mkfat/mkfat.c [f73b291:fc22069] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
rf73b291 rfc22069 162 162 } 163 163 164 rc = block_init( EXCHANGE_SERIALIZE,service_id, 2048);164 rc = block_init(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.