Index: uspace/app/bdsh/cmds/modules/touch/touch.c
===================================================================
--- uspace/app/bdsh/cmds/modules/touch/touch.c	(revision f77c1c90c1f223647872d5cefa2d86f63bc846d7)
+++ uspace/app/bdsh/cmds/modules/touch/touch.c	(revision e211ea04fccf33d4cb2092f630a29e893e096a02)
@@ -123,5 +123,5 @@
 		if ((!no_create) ||
 		    ((no_create) && (vfs_stat_path(buff, &file_stat) == EOK))) {
-			int rc = vfs_lookup(buff, WALK_REGULAR | WALK_MAY_CREATE, &fd);
+			errno_t rc = vfs_lookup(buff, WALK_REGULAR | WALK_MAY_CREATE, &fd);
 			if (rc != EOK) {
 				fd = -1;
