diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 6cad295e3..14c340b22 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -392,7 +392,7 @@ static int tftp( USE_GETPUT(const int cmd,) | |||
392 | } | 392 | } |
393 | 393 | ||
394 | int tftp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 394 | int tftp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
395 | int tftp_main(int argc, char **argv) | 395 | int tftp_main(int argc ATTRIBUTE_UNUSED, char **argv) |
396 | { | 396 | { |
397 | len_and_sockaddr *peer_lsa; | 397 | len_and_sockaddr *peer_lsa; |
398 | const char *localfile = NULL; | 398 | const char *localfile = NULL; |