aboutsummaryrefslogtreecommitdiff
path: root/ftp/tftp-hpa/files/patch-tftp_tftp.c
blob: 200fb6a0b93f502e39f0da0437884d4e8c38d359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tftp/tftp.c.orig	2011-12-11 22:13:52 UTC
+++ tftp/tftp.c
@@ -48,7 +48,7 @@ extern int maxtimeout;
 #define PKTSIZE    SEGSIZE+4
 char ackbuf[PKTSIZE];
 int timeout;
-sigjmp_buf toplevel;
+extern sigjmp_buf toplevel;
 sigjmp_buf timeoutbuf;
 
 static void nak(int, const char *);