You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r1-fno-c...

12 lines
231 B

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