Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-29 12:00:16 +0400
committerEric Andersen <andersen@codepoet.org>2002-07-29 12:00:16 +0400
commite7078068941944ebaa92b2129447e277f824ded0 (patch)
tree8396ea15faef07424669e03dcdda9aadbaaa2189 /init
parent3bc2b206b0197334e8f738db43e7089750958cc3 (diff)
Kill a silly warning
Diffstat (limited to 'init')
-rw-r--r--init/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c
index f6c2b6615..333fba5dc 100644
--- a/init/init.c
+++ b/init/init.c
@@ -162,7 +162,9 @@ static struct init_action *init_action_list = NULL;
static int kernelVersion = 0;
static char termType[32] = "TERM=linux";
static char console[32] = _PATH_CONSOLE;
+#ifndef CONFIG_SYSLOGD
static char *log = VC_5;
+#endif
static sig_atomic_t got_cont = 0;
static const int LOG = 0x1;
static const int CONSOLE = 0x2;