Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/app/init/init.c	(revision ba2901865c3ab8afb4340d521a9d32f8d12af447)
@@ -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);
