[git commit] randomconfig fixes

Denys Vlasenko vda.linux at googlemail.com
Tue Jun 23 01:43:39 UTC 2020


commit: https://git.busybox.net/busybox/commit/?id=03ab212bff0fa7f51c0f75ee4be5db67184e41a2
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/devfsd.c | 1 +
 1 file changed, 1 insertion(+)

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)


More information about the busybox-cvs mailing list