From 3b76ed10218b68c997531718f86c2876ec38c517 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:48 +0200 Subject: svn_rev_370 fixups for last commit --- common/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/misc.c') diff --git a/common/misc.c b/common/misc.c index 9fded4bbbe..121d51d9a3 100644 --- a/common/misc.c +++ b/common/misc.c @@ -34,7 +34,7 @@ void *sbrk (ptrdiff_t increment) int errno; -void perror(char *s) +void perror(const char *s) { #ifdef CONFIG_ERRNO_MESSAGES char *str; -- cgit v1.2.3