projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc2b20
)
Kill a silly warning
author
Eric Andersen
<andersen@codepoet.org>
Mon, 29 Jul 2002 08:00:16 +0000
(08:00 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 29 Jul 2002 08:00:16 +0000
(08:00 -0000)
init/init.c
patch
|
blob
|
history
diff --git
a/init/init.c
b/init/init.c
index f6c2b66157fcf0c81bd37489ebf774c6e1ffac68..333fba5dcf72befa917ad45a3bbcced6d65b0d83 100644
(file)
--- 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;