Changes in uspace/lib/c/generic/async/ports.c [0db0df2:61eb2ce2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/ports.c
r0db0df2 r61eb2ce2 50 50 #include <as.h> 51 51 #include <abi/mm/as.h> 52 #include "../private/libc.h" 52 53 #include "../private/fibril.h" 53 54 … … 114 115 } 115 116 116 static bool interface_key_equal(const void *key, size_t hash,const ht_link_t *item)117 static bool interface_key_equal(const void *key, const ht_link_t *item) 117 118 { 118 119 const iface_t *iface = key; … … 142 143 } 143 144 144 static bool port_key_equal(const void *key, size_t hash,const ht_link_t *item)145 static bool port_key_equal(const void *key, const ht_link_t *item) 145 146 { 146 147 const port_id_t *port_id = key;
Note:
See TracChangeset
for help on using the changeset viewer.