mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-26 01:49:52 +03:00
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:
parent
2ac12abbc9
commit
8ddf0d87d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue