Changes in uspace/srv/fs/tmpfs/tmpfs.c [007e6efa:ffa2c8ef] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/tmpfs/tmpfs.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r007e6efa rffa2c8ef 42 42 43 43 #include "tmpfs.h" 44 #include <ipc/ipc.h>45 44 #include <ipc/services.h> 46 45 #include <ipc/ns.h> … … 91 90 * created by IPC_M_CONNECT_TO_ME. 92 91 */ 93 ipc_answer_0(iid, EOK);92 async_answer_0(iid, EOK); 94 93 } 95 94 … … 143 142 break; 144 143 default: 145 ipc_answer_0(callid, ENOTSUP);144 async_answer_0(callid, ENOTSUP); 146 145 break; 147 146 }
Note:
See TracChangeset
for help on using the changeset viewer.
