From 7dd61e377223d150198a23dbec47f51c21e10e65 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Sun, 12 Sep 2010 17:06:43 +0200 Subject: *: 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 Signed-off-by: Denys Vlasenko --- modutils/modutils-24.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') 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) else if (errno == EACCES) kernel_has_tainted = 1; else { - perror(TAINT_FILENAME); + bb_simple_perror_msg(TAINT_FILENAME); kernel_has_tainted = 0; } } -- cgit v1.2.3