Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devtree.c

    r0db0df2 rc3d9aaf5  
    3232 */
    3333
     34#include <errno.h>
    3435#include <io/log.h>
    3536
     
    6061}
    6162
    62 static bool devman_devices_key_equal(const void *key, size_t hash, const ht_link_t *item)
     63static bool devman_devices_key_equal(const void *key, const ht_link_t *item)
    6364{
    6465        const devman_handle_t *handle = key;
     
    6768}
    6869
    69 static bool devman_functions_key_equal(const void *key, size_t hash, const ht_link_t *item)
     70static bool devman_functions_key_equal(const void *key, const ht_link_t *item)
    7071{
    7172        const devman_handle_t *handle = key;
     
    8687}
    8788
    88 static bool loc_functions_key_equal(const void *key, size_t hash, const ht_link_t *item)
     89static bool loc_functions_key_equal(const void *key, const ht_link_t *item)
    8990{
    9091        const service_id_t *service_id = key;
Note: See TracChangeset for help on using the changeset viewer.