slackbuilds_ponce/network/linksys-tftp/linksys-tftp-1.2.1-r1-fno-common.patch
Richard Narron 6733fb97c5
network/linksys-tftp: Add more patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:19:03 +07:00

11 lines
231 B
Diff

--- a/tftp.c
+++ b/tftp.c
@@ -50,7 +50,7 @@ extern int segsize;
#define PKTSIZE (1432+4) /* SEGSIZE+4 */
char ackbuf[PKTSIZE];
int timeout;
-jmp_buf toplevel;
+extern jmp_buf toplevel;
jmp_buf timeoutbuf;
#ifndef OACK