*: 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>
This commit is contained in:
Marek Polacek
2010-09-12 17:06:43 +02:00
committed by Denys Vlasenko
parent 80d80ba6dd
commit 7dd61e3772
2 changed files with 6 additions and 6 deletions

View File

@@ -3561,7 +3561,7 @@ static void check_tainted_module(struct obj_file *f, const char *m_name)
else if (errno == EACCES)
kernel_has_tainted = 1;
else {
perror(TAINT_FILENAME);
bb_simple_perror_msg(TAINT_FILENAME);
kernel_has_tainted = 0;
}
}