diff options
-rw-r--r-- | miscutils/devfsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index f3d935b2e..d47ee4d47 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -353,6 +353,7 @@ static const char bb_msg_variable_not_found[] ALIGN1 = "variable: %s not found"; | |||
353 | #define error_logger_and_die(p, fmt, args...) bb_perror_msg_and_die(fmt, ## args) | 353 | #define error_logger_and_die(p, fmt, args...) bb_perror_msg_and_die(fmt, ## args) |
354 | #else | 354 | #else |
355 | #define info_logger(p, fmt, args...) | 355 | #define info_logger(p, fmt, args...) |
356 | #define simple_info_logger(p, msg) | ||
356 | #define msg_logger(p, fmt, args...) | 357 | #define msg_logger(p, fmt, args...) |
357 | #define simple_msg_logger(p, msg) | 358 | #define simple_msg_logger(p, msg) |
358 | #define msg_logger_and_die(p, fmt, args...) exit(EXIT_FAILURE) | 359 | #define msg_logger_and_die(p, fmt, args...) exit(EXIT_FAILURE) |