Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs.c

    rbe39fc6 r1d6dd2a  
    4242#include <task.h>
    4343#include <ipc/services.h>
     44#include <str.h>
    4445#include "ext4/ops.h"
    4546#include "../../vfs/vfs.h"
     
    7273        }
    7374       
    74         int rc = ext4_global_init();
     75        errno_t rc = ext4_global_init();
    7576        if (rc != EOK) {
    7677                printf("%s: Global initialization failed\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.