randomconfig fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Jun 2020 01:43:39 +0000 (03:43 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Jun 2020 01:43:39 +0000 (03:43 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/devfsd.c

index f3d935b2e716499686d0438fb83ee6bbd9315f82..d47ee4d47aeea4a594e475cf404fdd9c32cdf345 100644 (file)
@@ -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)