Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    rb69e4c0 r3e6a98c5  
    4040#include <atomic.h>
    4141#include <sys/types.h>
    42 #include <bool.h>
     42#include <stdbool.h>
    4343#include "../../vfs/vfs.h"
    4444
     
    190190typedef struct {
    191191        /** Used indices (position) hash table link. */
    192         link_t          uph_link;
     192        ht_link_t               uph_link;
    193193        /** Used indices (index) hash table link. */
    194         link_t          uih_link;
     194        ht_link_t               uih_link;
    195195
    196196        fibril_mutex_t  lock;
Note: See TracChangeset for help on using the changeset viewer.