Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    rbc216a0 r4e00f87  
    196196        .key_hash = nodes_key_hash,
    197197        .key_equal = nodes_key_equal,
    198         .equal = 0,
     198        .equal = NULL,
    199199        .remove_callback = nodes_remove_callback
    200200};
Note: See TracChangeset for help on using the changeset viewer.