Ignore:
File:
1 edited

Legend:

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

    r9d58539 r062d900  
    3636#include <minix.h>
    3737#include <macros.h>
    38 #include <libblock.h>
     38#include <block.h>
    3939#include <libfs.h>
    4040#include <adt/list.h>
     
    142142        unsigned refcnt;
    143143        fs_node_t *fsnode;
    144         link_t link;
     144        ht_link_t link;
    145145};
    146146
Note: See TracChangeset for help on using the changeset viewer.