Changes in kernel/generic/src/cap/cap.c [b596d0d:0db0df2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/cap/cap.c
rb596d0d r0db0df2 118 118 } 119 119 120 static bool caps_key_equal(const void *key, const ht_link_t *item)120 static bool caps_key_equal(const void *key, size_t hash, const ht_link_t *item) 121 121 { 122 122 const cap_handle_t *handle = key;
Note:
See TracChangeset
for help on using the changeset viewer.