Ignore:
File:
1 edited

Legend:

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

    r430de97 r19f857a  
    3939#include "../../vfs/vfs.h"
    4040#include <errno.h>
    41 #include <string.h>
     41#include <str.h>
    4242#include <adt/hash_table.h>
    4343#include <adt/list.h>
     
    164164                assert((keys == 1) || (keys == 3));
    165165        }
     166
     167        return 0;
    166168}
    167169
     
    219221                assert((keys == 1) || (keys == 2));
    220222        }
     223
     224        return 0;
    221225}
    222226
Note: See TracChangeset for help on using the changeset viewer.