Index: uspace/lib/net/il/il_skel.c
===================================================================
--- uspace/lib/net/il/il_skel.c	(revision 014dd57b0c23b13f7615bbf448933151a61ffa27)
+++ uspace/lib/net/il/il_skel.c	(revision 4e7d3ddd4328fe3267c82cfe75beaf6ec8ff846d)
@@ -115,6 +115,5 @@
 		goto out;
 	
-	sysarg_t phonehash;
-	rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, &phonehash);
+	rc = ipc_connect_to_me(PHONE_NS, service, 0, 0, NULL, NULL);
 	if (rc != EOK)
 		goto out;
