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

2
tail.c
View File

@@ -444,6 +444,8 @@ extern int tail_main(int argc, char **argv)
#define NDEBUG 1
static void detailed_error(int i, int errnum, char *fmt, ...)
__attribute__ ((format (printf, 3, 4)));
static void detailed_error(int i, int errnum, char *fmt, ...)
{
va_list arguments;