Index: uspace/app/bdsh/errors.c
===================================================================
--- uspace/app/bdsh/errors.c	(revision e2ea8d7e7e3b905a345a693589f810965ea6e22d)
+++ uspace/app/bdsh/errors.c	(revision aa85487c600b0fee35e8be1a6edd9b5b1a9a0646)
@@ -47,5 +47,5 @@
 /* Look up errno in cl_errors and return the corresponding string.
  * Return NULL if not found */
-static char *err2str(int err)
+static const char *err2str(int err)
 {
 
