diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 03:43:39 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 03:43:39 +0200 |
commit | 03ab212bff0fa7f51c0f75ee4be5db67184e41a2 (patch) | |
tree | 399bd867d21237dcd81c5d2df0e8df2f01462bd4 | |
parent | df1f479fc5167d6fa82b127c91a3851c0035fcac (diff) | |
download | busybox-w32-03ab212bff0fa7f51c0f75ee4be5db67184e41a2.tar.gz busybox-w32-03ab212bff0fa7f51c0f75ee4be5db67184e41a2.tar.bz2 busybox-w32-03ab212bff0fa7f51c0f75ee4be5db67184e41a2.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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) |