diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, ...) { |