Index: uspace/srv/loader/main.c
===================================================================
--- uspace/srv/loader/main.c	(revision 228e490270cec3d6a6de666f61839f0d9ed5f193)
+++ uspace/srv/loader/main.c	(revision 5378f99e2f33edd586f039d1bdcabfd690939a29)
@@ -423,5 +423,4 @@
 int main(int argc, char *argv[])
 {
-	sysarg_t phonead;
 	task_id_t id;
 	int rc;
@@ -439,5 +438,5 @@
 	
 	/* Register at naming service. */
-	if (ipc_connect_to_me(PHONE_NS, SERVICE_LOAD, 0, 0, &phonead) != 0) 
+	if (ipc_connect_to_me(PHONE_NS, SERVICE_LOAD, 0, 0, NULL, NULL) != 0)
 		return -2;
 
