Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3574 → Rev 3575

/trunk/uspace/srv/fs/fat/fat_ops.c
244,7 → 244,7
futex_up(&nodep->lock);
}
 
static void *fat_create(int flags)
static void *fat_create(dev_handle_t dev_handle, int flags)
{
return NULL; /* not supported at the moment */
}