Changes in uspace/lib/c/generic/vfs/inbox.c [a35b458:1b20da0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/inbox.c
ra35b458 r1b20da0 79 79 { 80 80 inbox_entry *next = NULL; 81 81 82 82 list_foreach(inb_list, link, inbox_entry, e) { 83 83 int cmp = str_cmp(e->name, name);
Note:
See TracChangeset
for help on using the changeset viewer.