Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r1558d85 ree3f6f6  
    5757#include <align.h>
    5858#include <malloc.h>
     59#include <str.h>
    5960
    6061#define FAT_NODE(node)  ((node) ? (fat_node_t *) (node)->data : NULL)
     
    938939
    939940        /* initialize libblock */
    940         rc = block_init(service_id, BS_SIZE);
     941        rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE);
    941942        if (rc != EOK) {
    942943                free(instance);
Note: See TracChangeset for help on using the changeset viewer.