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
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-27 23:55:28 +0400
committerEric Andersen <andersen@codepoet.org>2004-08-27 23:55:28 +0400
commit785001468dffa2d532b6efa5603622dd85d2bc74 (patch)
treea1e771f4116c05bd1b059cc52b78b4534ef1e3e9 /init/mesg.c
parent75813eea230ccf60ac8623ffb161c890c6f063c5 (diff)
Quiet a few warnings
Diffstat (limited to 'init/mesg.c')
-rw-r--r--init/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c
index 7b8acf657..7fd9d24ae 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -32,7 +32,7 @@ extern int mesg_main(int argc, char *argv[])
{
struct stat sb;
char *tty;
- char c;
+ char c = 0;
if ((--argc == 0)
|| ((argc == 1) && (((c = **++argv) == 'y') || (c == 'n')))) {