aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 1f70685..7f837eb 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -626,6 +626,7 @@ int tftp_main(int argc UNUSED_PARAM, char **argv)
#if ENABLE_TFTPD
/* TODO: libbb candidate? */
+#if 0
static len_and_sockaddr *get_sock_lsa(int s)
{
len_and_sockaddr *lsa;
@@ -638,6 +639,7 @@ static len_and_sockaddr *get_sock_lsa(int s)
getsockname(s, &lsa->u.sa, &lsa->len);
return lsa;
}
+#endif
int tftpd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int tftpd_main(int argc UNUSED_PARAM, char **argv)