Changes in uspace/srv/ns/task.c [0db0df2:61eb2ce2] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/task.c

    r0db0df2 r61eb2ce2  
    6666}
    6767
    68 static bool task_key_equal(const void *key, size_t hash, const ht_link_t *item)
     68static bool task_key_equal(const void *key, const ht_link_t *item)
    6969{
    7070        const task_id_t *tid = key;
     
    111111}
    112112
    113 static bool p2i_key_equal(const void *key, size_t hash, const ht_link_t *item)
     113static bool p2i_key_equal(const void *key, const ht_link_t *item)
    114114{
    115115        const sysarg_t *label = key;
Note: See TracChangeset for help on using the changeset viewer.