Some more minor updates to better use some gcc attributes.
-Erik
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user