Ignore:
File:
1 edited

Legend:

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

    r19f857a ra248234  
    3838#include "fat_dentry.h"
    3939#include <ctype.h>
    40 #include <str.h>
     40#include <string.h>
    4141
    4242static bool is_d_char(const char ch)
     
    8282bool fat_dentry_name_verify(const char *name)
    8383{
    84         unsigned int i;
    85         unsigned int dot = 0;
     84        unsigned i, dot;
    8685        bool dot_found = false;
    8786       
Note: See TracChangeset for help on using the changeset viewer.