diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-26 17:25:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-26 17:25:33 +0000 |
commit | afa7023b465d2abc5a85ecba0917cae974257eaf (patch) | |
tree | 8c8cc570f93e83a6a38f2b184d83cd7f2fa9985e /e2fsprogs/fsck.c | |
parent | 4e1361a4819ad0fcf76e161bfdcdc8bc29c872ff (diff) | |
download | busybox-w32-afa7023b465d2abc5a85ecba0917cae974257eaf.tar.gz busybox-w32-afa7023b465d2abc5a85ecba0917cae974257eaf.tar.bz2 busybox-w32-afa7023b465d2abc5a85ecba0917cae974257eaf.zip |
zcip: make it work on NOMMU (+ improve NOMMU support machinery)
fsck: fix bad English in a comment
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/fsck.c | 7 |
1 files changed, 1 insertions, 6 deletions
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) | |||
509 | goto ret_inst; | 509 | goto ret_inst; |
510 | } | 510 | } |
511 | 511 | ||
512 | /* | 512 | inst = prev = NULL; /* for gcc */ |
513 | * gcc -Wall fails saving throw against stupidity | ||
514 | * (inst and prev are thought to be uninitialized variables) | ||
515 | */ | ||
516 | inst = prev = NULL; | ||
517 | |||
518 | do { | 513 | do { |
519 | pid = waitpid(-1, &status, flags); | 514 | pid = waitpid(-1, &status, flags); |
520 | kill_all_if_cancel_requested(); | 515 | kill_all_if_cancel_requested(); |