From 785001468dffa2d532b6efa5603622dd85d2bc74 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Aug 2004 19:55:28 +0000 Subject: Quiet a few warnings --- init/mesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') 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')))) { -- cgit v1.2.3