Index: uspace/app/bdsh/errstr.h
===================================================================
--- uspace/app/bdsh/errstr.h	(revision e2ea8d7e7e3b905a345a693589f810965ea6e22d)
+++ uspace/app/bdsh/errstr.h	(revision 672b22e998fe4b44c45775aa265ee54ebdcc43dc)
@@ -4,5 +4,5 @@
 /* Simple array to translate error codes to meaningful strings */
 
-static char *cl_errors[] = {
+static const char *cl_errors[] = {
 	"Success",
 	"Failure",
@@ -18,5 +18,5 @@
 };
 
-static char *err2str(int);
+static const char *err2str(int);
 
 #endif
