From: Erik Andersen Date: Tue, 21 Mar 2000 01:31:24 +0000 (-0000) Subject: Hmm. Missed this change X-Git-Tag: 0_43~69 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c053e41fa0524d828bf90f47e5e3637b8facaadc;p=oweals%2Fbusybox.git Hmm. Missed this change --- diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 3e35df15d..4bc1d3d72 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/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, ...) { 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, ...) {