projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1f479
)
randomconfig fixes
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 23 Jun 2020 01:43:39 +0000
(
03:43
+0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/miscutils/devfsd.c
b/miscutils/devfsd.c
index f3d935b2e716499686d0438fb83ee6bbd9315f82..d47ee4d47aeea4a594e475cf404fdd9c32cdf345 100644
(file)
--- 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)