Changes in uspace/app/mkfat/mkfat.c [991f645:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
r991f645 r79ae36dd 144 144 } 145 145 146 rc = block_init( handle, 2048);146 rc = block_init(EXCHANGE_SERIALIZE, handle, 2048); 147 147 if (rc != EOK) { 148 148 printf(NAME ": Error initializing libblock.\n");
Note:
See TracChangeset
for help on using the changeset viewer.