diff options
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/fsck.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 8a14b3bdc..fc53a9043 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -431,10 +431,10 @@ static int wait_one(int flags) | |||
431 | if (errno == EINTR) | 431 | if (errno == EINTR) |
432 | continue; | 432 | continue; |
433 | if (errno == ECHILD) { /* paranoia */ | 433 | if (errno == ECHILD) { /* paranoia */ |
434 | bb_error_msg("wait: no more children"); | 434 | bb_simple_error_msg("wait: no more children"); |
435 | return -1; | 435 | return -1; |
436 | } | 436 | } |
437 | bb_perror_msg("wait"); | 437 | bb_simple_perror_msg("wait"); |
438 | continue; | 438 | continue; |
439 | } | 439 | } |
440 | prev = NULL; | 440 | prev = NULL; |
@@ -919,7 +919,7 @@ static void compile_fs_type(char *fs_type) | |||
919 | if (G.fs_type_negated == -1) | 919 | if (G.fs_type_negated == -1) |
920 | G.fs_type_negated = negate; | 920 | G.fs_type_negated = negate; |
921 | if (G.fs_type_negated != negate) | 921 | if (G.fs_type_negated != negate) |
922 | bb_error_msg_and_die( | 922 | bb_simple_error_msg_and_die( |
923 | "either all or none of the filesystem types passed to -t must be prefixed " | 923 | "either all or none of the filesystem types passed to -t must be prefixed " |
924 | "with 'no' or '!'"); | 924 | "with 'no' or '!'"); |
925 | } | 925 | } |