From afa7023b465d2abc5a85ecba0917cae974257eaf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 26 Mar 2007 17:25:33 +0000 Subject: zcip: make it work on NOMMU (+ improve NOMMU support machinery) fsck: fix bad English in a comment --- e2fsprogs/fsck.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'e2fsprogs') diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 447b4d008..b70fd7088 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c @@ -509,12 +509,7 @@ static struct fsck_instance *wait_one(int flags) goto ret_inst; } - /* - * gcc -Wall fails saving throw against stupidity - * (inst and prev are thought to be uninitialized variables) - */ - inst = prev = NULL; - + inst = prev = NULL; /* for gcc */ do { pid = waitpid(-1, &status, flags); kill_all_if_cancel_requested(); -- cgit v1.2.3