summaryrefslogblamecommitdiffstats
path: root/network/linksys-tftp/linksys-tftp-1.2.1-r1-fno-common.patch
blob: a63977619845a6d49fbf325da4d814ca03f04eb4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- 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