Changes in uspace/srv/fs/tmpfs/tmpfs.c [79ae36dd:9934f7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r79ae36dd r9934f7d 82 82 * request has been completed. 83 83 */ 84 static void tmpfs_connection(ipc_callid_t iid, ipc_call_t *icall )84 static void tmpfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg) 85 85 { 86 86 if (iid) {
Note:
See TracChangeset
for help on using the changeset viewer.