Index: uspace/app/tester/devmap/devmap1.c
===================================================================
--- uspace/app/tester/devmap/devmap1.c	(revision b61d47d14bdea0c512d1a9a0ce603ef37ac239bc)
+++ uspace/app/tester/devmap/devmap1.c	(revision 5832e9b1dbc9ea6730f610f94bf8bdfaadc56c42)
@@ -91,5 +91,5 @@
 	}
 /*	
- *	device_phone = (int) IPC_GET_ARG3(answer);
+ *	device_phone = (int) IPC_GET_ARG5(answer);
  */
 	printf("Connected to device.\n");
@@ -150,5 +150,5 @@
 	async_set_client_connection(driver_client_connection);
 
-	ipc_connect_to_me(phone, 0, 0, &callback_phonehash);
+	ipc_connect_to_me(phone, 0, 0, 0, &callback_phonehash);
 /*	
 	if (NULL == async_new_connection(callback_phonehash, 0, NULL,
Index: uspace/app/tester/ipc/register.c
===================================================================
--- uspace/app/tester/ipc/register.c	(revision b61d47d14bdea0c512d1a9a0ce603ef37ac239bc)
+++ uspace/app/tester/ipc/register.c	(revision 5832e9b1dbc9ea6730f610f94bf8bdfaadc56c42)
@@ -78,5 +78,5 @@
 	for (i = IPC_TEST_START; i < IPC_TEST_START + 10; i++) {
 		ipcarg_t phonead;
-		int res = ipc_connect_to_me(PHONE_NS, i, 0, &phonead);
+		int res = ipc_connect_to_me(PHONE_NS, i, 0, 0, &phonead);
 		if (!res)
 			break;
