Index: uspace/lib/libc/generic/io/stream.c
===================================================================
--- uspace/lib/libc/generic/io/stream.c	(revision 0cc43137360df84474b0c4424e7571bdd7031787)
+++ uspace/lib/libc/generic/io/stream.c	(revision 0c82d28776e68fcd0eef793dd3fdfe53363b821e)
@@ -97,5 +97,5 @@
 	if (console_phone < 0) {
 		while ((console_phone = ipc_connect_me_to(PHONE_NS,
-		    SERVICE_CONSOLE, 0)) < 0) {
+		    SERVICE_CONSOLE, 0, 0)) < 0) {
 			usleep(10000);
 		}
@@ -116,5 +116,5 @@
 	if (console_phone < 0) {
 		while ((console_phone = ipc_connect_me_to(PHONE_NS,
-		    SERVICE_CONSOLE, 0)) < 0) {
+		    SERVICE_CONSOLE, 0, 0)) < 0) {
 			usleep(10000);
 		}
