diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 03:31:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 03:31:13 +0000 |
commit | 4c978631096a97e1cd68dfe40a1583de537112c4 (patch) | |
tree | 72450c173aeeb2b13c0965635f1867f76738f42d /init/init.c | |
parent | e968fcd562da08591b0f7990b839174ad93fc7b4 (diff) |
assorted fixes for bugs found with randomconfig
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index b652bc1f4..dc8752447 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; |