Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2857 → Rev 2858

/trunk/uspace/srv/fs/fat/fat_ops.c
311,9 → 311,9
return NULL; /* not supported at the moment */
}
 
static bool fat_destroy(void *node)
static int fat_destroy(void *node)
{
return false; /* not supported at the moment */
return ENOTSUP; /* not supported at the moment */
}
 
static bool fat_link(void *prnt, void *chld, const char *name)