diff options
author | Marek Polacek <mmpolacek@gmail.com> | 2010-09-12 17:06:43 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-12 17:06:43 +0200 |
commit | 7dd61e377223d150198a23dbec47f51c21e10e65 (patch) | |
tree | dfeea615eaa4690932466c900db576805ad27ff8 /modutils/modutils-24.c | |
parent | 80d80ba6dd9e91cca471ce767c8032a0f0db4244 (diff) | |
download | busybox-w32-7dd61e377223d150198a23dbec47f51c21e10e65.tar.gz busybox-w32-7dd61e377223d150198a23dbec47f51c21e10e65.tar.bz2 busybox-w32-7dd61e377223d150198a23dbec47f51c21e10e65.zip |
*: s/perror/bb_simple_perror_msg/g
function old new delta
readLines 448 446 -2
doCommands 2449 2438 -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-13) Total: -13 bytes
Signed-off-by: Marek Polacek <mmpolacek@gmail.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'modutils/modutils-24.c')
-rw-r--r-- | modutils/modutils-24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modutils-24.c b/modutils/modutils-24.c index 7228954d6..2b34954c0 100644 --- a/modutils/modutils-24.c +++ b/modutils/modutils-24.c | |||
@@ -3561,7 +3561,7 @@ static void check_tainted_module(struct obj_file *f, const char *m_name) | |||
3561 | else if (errno == EACCES) | 3561 | else if (errno == EACCES) |
3562 | kernel_has_tainted = 1; | 3562 | kernel_has_tainted = 1; |
3563 | else { | 3563 | else { |
3564 | perror(TAINT_FILENAME); | 3564 | bb_simple_perror_msg(TAINT_FILENAME); |
3565 | kernel_has_tainted = 0; | 3565 | kernel_has_tainted = 0; |
3566 | } | 3566 | } |
3567 | } | 3567 | } |