diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ static const char syslogd_usage[] = | |||
75 | /* Note: There is also a function called "message()" in init.c */ | 75 | /* Note: There is also a function called "message()" in init.c */ |
76 | /* Print a message to the log file. */ | 76 | /* Print a message to the log file. */ |
77 | static void message(char *fmt, ...) | 77 | static void message(char *fmt, ...) |
78 | __attribute__ ((format (printf, 1, 2))); | ||
79 | static void message(char *fmt, ...) | ||
78 | { | 80 | { |
79 | int fd; | 81 | int fd; |
80 | va_list arguments; | 82 | va_list arguments; |