Index: uspace/app/sbi/src/run_expr.c
===================================================================
--- uspace/app/sbi/src/run_expr.c	(revision 04649677bb4fbe5c0b699c27add4f8664d9a15fc)
+++ uspace/app/sbi/src/run_expr.c	(revision 5a6cc679876514e29ac7899053554db66db754d9)
@@ -1414,5 +1414,5 @@
 	int length;
 	int i;
-	int rc;
+	errno_t rc;
 	int iextent;
 
@@ -2287,5 +2287,5 @@
 	int elem_index;
 	int arg_val;
-	int rc;
+	errno_t rc;
 
 	rdata_item_t *ritem;
@@ -2476,5 +2476,5 @@
 	int elem_index;
 	int arg_val;
-	int rc1, rc2;
+	errno_t rc1, rc2;
 
 	rdata_value_t *value;
