Index: uspace/app/bdsh/exec.c
===================================================================
--- uspace/app/bdsh/exec.c	(revision 8168eac62abd7c9250965a9671924965942182b1)
+++ uspace/app/bdsh/exec.c	(revision af4eda50801b63bc62827ce956b9c1c64c4fd03c)
@@ -47,11 +47,11 @@
 
 /* FIXME: Just have find_command() return an allocated string */
-char *found;
+static char *found;
 
 static char *find_command(char *);
-static unsigned int try_access(const char *);
+static int try_access(const char *);
 
 /* work-around for access() */
-static unsigned int try_access(const char *f)
+static int try_access(const char *f)
 {
 	int fd;
