aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-06-07 13:00:46 -0700
committerH. Peter Anvin <hpa@zytor.com>2014-06-07 13:00:46 -0700
commit8ddf0d87d7463c21e28dd2bea6f3f42d4c92cb1d (patch)
tree72985672694c00bb6b0e0da5eb11ec5f5f5f7383
parent2ac12abbc919678bc4ebeed20b1e714d08d2ddec (diff)
downloadtftp-hpa-8ddf0d87d7463c21e28dd2bea6f3f42d4c92cb1d.tar.gz
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>
-rw-r--r--tftp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftp/main.c b/tftp/main.c
index 1b8a881..b2f9059 100644
--- a/tftp/main.c
+++ b/tftp/main.c
@@ -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