Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 3be9d10120f7923a0b3d52282b8de0b670566c71)
@@ -484,5 +484,5 @@
 	 * Receive the read request.
 	 */
-	ipc_callid_t callid;
+	cap_call_handle_t callid;
 	size_t size;
 	if (!async_data_read_receive(&callid, &size)) {
@@ -547,5 +547,5 @@
 	 * Receive the write request.
 	 */
-	ipc_callid_t callid;
+	cap_call_handle_t callid;
 	size_t size;
 	if (!async_data_write_receive(&callid, &size)) {
