Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/locfs/locfs_ops.c

    r0db0df2 r5e801dc  
    8383}
    8484
    85 static bool services_key_equal(const void *key, size_t hash,
    86     const ht_link_t *item)
     85static bool services_key_equal(const void *key, const ht_link_t *item)
    8786{
    8887        const service_id_t *k = key;
     
    9695}
    9796
    98 static const hash_table_ops_t services_ops = {
     97static hash_table_ops_t services_ops = {
    9998        .hash = services_hash,
    10099        .key_hash = services_key_hash,
Note: See TracChangeset for help on using the changeset viewer.