Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkfat/mkfat.c

    rfc22069 rf73b291  
    162162        }
    163163
    164         rc = block_init(service_id, 2048);
     164        rc = block_init(EXCHANGE_SERIALIZE, service_id, 2048);
    165165        if (rc != EOK)  {
    166166                printf(NAME ": Error initializing libblock.\n");
Note: See TracChangeset for help on using the changeset viewer.