From 4c978631096a97e1cd68dfe40a1583de537112c4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 03:31:13 +0000 Subject: assorted fixes for bugs found with randomconfig --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index b652bc1..dc87524 100644 --- a/init/init.c +++ b/init/init.c @@ -122,7 +122,7 @@ static struct init_action *init_action_list = NULL; static char console[CONSOLE_BUFF_SIZE] = CONSOLE_DEV; #if !ENABLE_SYSLOGD -static char *log_console = VC_5; +static const char *log_console = VC_5; #endif #if !ENABLE_DEBUG_INIT static sig_atomic_t got_cont = 0; -- cgit v1.1