Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_fat.c

    r395df52 rdb8626d  
    540540 * does not contain a exfat file system.
    541541 */
    542 int exfat_sanity_check(exfat_bs_t *bs)
     542int exfat_sanity_check(exfat_bs_t *bs, service_id_t service_id)
    543543{
    544544        if (str_cmp((char const *)bs->oem_name, "EXFAT   "))
Note: See TracChangeset for help on using the changeset viewer.