tftp: drop "inline" from definition of usage()

It is pointless and newer gcc say it is a lose.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2014-06-07 13:00:46 -07:00
parent 2ac12abbc9
commit 8ddf0d87d7

View file

@ -188,7 +188,7 @@ char *xstrdup(const char *);
const char *program;
static inline void usage(int errcode)
static void usage(int errcode)
{
fprintf(stderr,
#ifdef HAVE_IPV6