mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
atftp: fix compilation with glibc
It's defining two functions twice for some reason. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
diff --git a/tftp_io.c b/tftp_io.c
|
||||
index 605a9c2..6cce1f4 100644
|
||||
--- a/tftp_io.c
|
||||
+++ b/tftp_io.c
|
||||
@@ -64,7 +64,7 @@ int tftp_send_request(int socket, struct sockaddr_storage *sa, short type,
|
||||
@@ -64,7 +64,7 @@ int tftp_send_request(int socket, struct
|
||||
buf_index += strlen(mode);
|
||||
buf_index++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user