Changes in uspace/srv/vfs/vfs.c [f29a3a2:19f857a] in mainline
- File:
-
- 1 edited
-
uspace/srv/vfs/vfs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
rf29a3a2 r19f857a 42 42 #include <stdio.h> 43 43 #include <bool.h> 44 #include <str ing.h>44 #include <str.h> 45 45 #include <as.h> 46 46 #include <atomic.h> … … 72 72 ipc_call_t call; 73 73 ipc_callid_t callid = async_get_call(&call); 74 75 fs_handle_t fs_handle;76 int phone;77 74 78 75 switch (IPC_GET_METHOD(call)) {
Note:
See TracChangeset
for help on using the changeset viewer.
