Changes in uspace/srv/vfs/vfs.h [3e6a98c5:76a67ce] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r3e6a98c5 r76a67ce  
    3636#include <async.h>
    3737#include <adt/list.h>
    38 #include <adt/hash_table.h>
    3938#include <fibril_synch.h>
    4039#include <sys/types.h>
    4140#include <loc.h>
    42 #include <stdbool.h>
     41#include <bool.h>
    4342#include <ipc/vfs.h>
    4443#include <task.h>
     
    113112        unsigned lnkcnt;
    114113
    115         ht_link_t nh_link;              /**< Node hash-table link. */
     114        link_t nh_link;         /**< Node hash-table link. */
    116115
    117116        vfs_node_type_t type;   /**< Partial info about the node type. */
Note: See TracChangeset for help on using the changeset viewer.