Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/init/init.c	(revision 2013ea96edd225ae70db67702083b25e657ef3b7)
@@ -152,5 +152,5 @@
 static errno_t srv_startl(const char *path, ...)
 {
-	struct stat s;
+	vfs_stat_t s;
 	if (vfs_stat_path(path, &s) != EOK) {
 		printf("%s: Unable to stat %s\n", NAME, path);
