Changes in uspace/srv/vfs/vfs_lookup.c [1e4cada:4198f9c3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
r1e4cada r4198f9c3 43 43 #include <stdarg.h> 44 44 #include <bool.h> 45 #include <fibril_sync h.h>45 #include <fibril_sync.h> 46 46 #include <adt/list.h> 47 47 #include <vfs/canonify.h> … … 209 209 (ipcarg_t) result->triplet.index, &answer); 210 210 211 211 212 ipcarg_t rc; 212 213 async_wait_for(req, &rc);
Note:
See TracChangeset
for help on using the changeset viewer.