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 /miscutils | |
parent | df1f479fc5167d6fa82b127c91a3851c0035fcac (diff) | |
download | busybox-03ab212bff0fa7f51c0f75ee4be5db67184e41a2.tar.gz |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-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"; #define error_logger_and_die(p, fmt, args...) bb_perror_msg_and_die(fmt, ## args) #else #define info_logger(p, fmt, args...) +#define simple_info_logger(p, msg) #define msg_logger(p, fmt, args...) #define simple_msg_logger(p, msg) #define msg_logger_and_die(p, fmt, args...) exit(EXIT_FAILURE) |