diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-21 01:31:24 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-21 01:31:24 +0000 |
commit | c053e41fa0524d828bf90f47e5e3637b8facaadc (patch) | |
tree | 89e721945ab3f91ced4ae8fd83c42f911143cead /sysklogd | |
parent | 42094cdad5cf87a660c8c74ce101ce61353cfb10 (diff) | |
download | busybox-w32-c053e41fa0524d828bf90f47e5e3637b8facaadc.tar.gz busybox-w32-c053e41fa0524d828bf90f47e5e3637b8facaadc.tar.bz2 busybox-w32-c053e41fa0524d828bf90f47e5e3637b8facaadc.zip |
Hmm. Missed this change
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = | |||
71 | "\t-O\tSpecify an alternate log file. default=/var/log/messages\n"; | 71 | "\t-O\tSpecify an alternate log file. default=/var/log/messages\n"; |
72 | 72 | ||
73 | 73 | ||
74 | /* Note: There is also a function called "message()" in init.c */ | ||
74 | /* print a message to the log file */ | 75 | /* print a message to the log file */ |
75 | static void message(char *fmt, ...) | 76 | static void message(char *fmt, ...) |
76 | { | 77 | { |