diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 03:31:13 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 03:31:13 +0000 |
commit | 981a15972ebeadec099a31274f90b61da0f62221 (patch) | |
tree | 72450c173aeeb2b13c0965635f1867f76738f42d /init/init.c | |
parent | 8ca5b0f15c1680614bf6e10bf84b0b293b032a22 (diff) | |
download | busybox-w32-981a15972ebeadec099a31274f90b61da0f62221.tar.gz busybox-w32-981a15972ebeadec099a31274f90b61da0f62221.tar.bz2 busybox-w32-981a15972ebeadec099a31274f90b61da0f62221.zip |
assorted fixes for bugs found with randomconfig
git-svn-id: svn://busybox.net/trunk/busybox@17735 69ca8d6d-28ef-0310-b511-8ec308f3f277
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; | |||
122 | static char console[CONSOLE_BUFF_SIZE] = CONSOLE_DEV; | 122 | static char console[CONSOLE_BUFF_SIZE] = CONSOLE_DEV; |
123 | 123 | ||
124 | #if !ENABLE_SYSLOGD | 124 | #if !ENABLE_SYSLOGD |
125 | static char *log_console = VC_5; | 125 | static const char *log_console = VC_5; |
126 | #endif | 126 | #endif |
127 | #if !ENABLE_DEBUG_INIT | 127 | #if !ENABLE_DEBUG_INIT |
128 | static sig_atomic_t got_cont = 0; | 128 | static sig_atomic_t got_cont = 0; |