Changes in uspace/srv/fs/ext4fs/ext4fs.c [1d6dd2a:be39fc6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs.c
r1d6dd2a rbe39fc6 42 42 #include <task.h> 43 43 #include <ipc/services.h> 44 #include <str.h>45 44 #include "ext4/ops.h" 46 45 #include "../../vfs/vfs.h" … … 73 72 } 74 73 75 errno_t rc = ext4_global_init();74 int rc = ext4_global_init(); 76 75 if (rc != EOK) { 77 76 printf("%s: Global initialization failed\n", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.