diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-29 08:00:16 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-29 08:00:16 +0000 |
commit | c3cb38770287346433d03bfbcc7edf2f3efa9961 (patch) | |
tree | 8396ea15faef07424669e03dcdda9aadbaaa2189 /init | |
parent | 903ae2c8037d5064c8d5e0ed6bd54b22aa700523 (diff) | |
download | busybox-w32-c3cb38770287346433d03bfbcc7edf2f3efa9961.tar.gz busybox-w32-c3cb38770287346433d03bfbcc7edf2f3efa9961.tar.bz2 busybox-w32-c3cb38770287346433d03bfbcc7edf2f3efa9961.zip |
Kill a silly warning
git-svn-id: svn://busybox.net/trunk/busybox@5114 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | init/init.c | 2 |
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; | |||
162 | static int kernelVersion = 0; | 162 | static int kernelVersion = 0; |
163 | static char termType[32] = "TERM=linux"; | 163 | static char termType[32] = "TERM=linux"; |
164 | static char console[32] = _PATH_CONSOLE; | 164 | static char console[32] = _PATH_CONSOLE; |
165 | #ifndef CONFIG_SYSLOGD | ||
165 | static char *log = VC_5; | 166 | static char *log = VC_5; |
167 | #endif | ||
166 | static sig_atomic_t got_cont = 0; | 168 | static sig_atomic_t got_cont = 0; |
167 | static const int LOG = 0x1; | 169 | static const int LOG = 0x1; |
168 | static const int CONSOLE = 0x2; | 170 | static const int CONSOLE = 0x2; |