Index: uspace/lib/c/include/ipc/ipc.h
===================================================================
--- uspace/lib/c/include/ipc/ipc.h	(revision 124c0612c8daeba21701095e42877933875fb33a)
+++ uspace/lib/c/include/ipc/ipc.h	(revision 4e7d3ddd4328fe3267c82cfe75beaf6ec8ff846d)
@@ -46,6 +46,6 @@
 typedef struct {
 	sysarg_t args[IPC_CALL_LEN];
+	sysarg_t in_task_hash;
 	sysarg_t in_phone_hash;
-	sysarg_t in_task_hash;
 } ipc_call_t;
 
