Some more minor updates to better use some gcc attributes.

-Erik
This commit is contained in:
Erik Andersen
2000-04-06 08:06:36 +00:00
parent 7a4b719486
commit 93d6513d93
8 changed files with 38 additions and 25 deletions

View File

@@ -74,6 +74,8 @@ static const char syslogd_usage[] =
/* Note: There is also a function called "message()" in init.c */
/* Print a message to the log file. */
static void message(char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));
static void message(char *fmt, ...)
{
int fd;