Index: uspace/app/bdsh/input.c
===================================================================
--- uspace/app/bdsh/input.c	(revision 1569a9b70f7219a7103788305e4baf473da24376)
+++ uspace/app/bdsh/input.c	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -65,5 +65,5 @@
  * invokes the built-in entry point (a[0]) passing all arguments in a[] to
  * the handler */
-int process_input(cliuser_t *usr)
+errno_t process_input(cliuser_t *usr)
 {
 	token_t *tokens_buf = calloc(WORD_MAX, sizeof(token_t));
@@ -73,5 +73,5 @@
 	
 	char *cmd[WORD_MAX];
-	int rc = EOK;
+	errno_t rc = EOK;
 	tokenizer_t tok;
 	unsigned int i, pipe_count, processed_pipes;
@@ -259,5 +259,5 @@
 {
 	char *str;
-	int rc;
+	errno_t rc;
 	
 	tinput_set_prompt(tinput, usr->prompt);
