Changes in kernel/generic/src/cap/cap.c [0db0df2:b596d0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/cap/cap.c
r0db0df2 rb596d0d 118 118 } 119 119 120 static bool caps_key_equal(const void *key, size_t hash,const ht_link_t *item)120 static bool caps_key_equal(const void *key, 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.