Index: uspace/app/bdsh/cmds/modules/mount/mount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.c	(revision d5c1051faf4391647834d99babdd4a44ee5d9700)
+++ uspace/app/bdsh/cmds/modules/mount/mount.c	(revision e211ea04fccf33d4cb2092f630a29e893e096a02)
@@ -78,5 +78,5 @@
 	mtab_ent_t *old_ent = NULL;
 	char *svc_name;
-	int rc;
+	errno_t rc;
 
 	vfs_get_mtab_list(&mtab_list);
@@ -109,5 +109,5 @@
 static void print_fstypes(void)
 {
-	int rc;
+	errno_t rc;
 	vfs_fstypes_t fstypes;
 	char **p;
@@ -132,5 +132,5 @@
 	const char *mopts = "";
 	const char *dev = "";
-	int rc;
+	errno_t rc;
 	int c, opt_ind;
 	unsigned int instance = 0;
