Index: uspace/app/sbi/src/os/helenos.c
===================================================================
--- uspace/app/sbi/src/os/helenos.c	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/sbi/src/os/helenos.c	(revision f04b5b3bf75e5d5987007f7a9d2cdd7d90bd5978)
@@ -252,5 +252,6 @@
 	task_wait_t twait;
 	task_exit_t texit;
-	int rc, retval;
+	int rc;
+	int retval;
 
 	rc = task_spawnv(&tid, &twait, cmd[0], (char const * const *) cmd);
