Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-21 04:31:24 +0300
committerErik Andersen <andersen@codepoet.org>2000-03-21 04:31:24 +0300
commitc053e41fa0524d828bf90f47e5e3637b8facaadc (patch)
tree89e721945ab3f91ced4ae8fd83c42f911143cead /syslogd.c
parent42094cdad5cf87a660c8c74ce101ce61353cfb10 (diff)
Hmm. Missed this change
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd.c b/syslogd.c
index 3e35df15d..4bc1d3d72 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -71,6 +71,7 @@ static const char syslogd_usage[] =
"\t-O\tSpecify an alternate log file. default=/var/log/messages\n";
+/* Note: There is also a function called "message()" in init.c */
/* print a message to the log file */
static void message(char *fmt, ...)
{