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