ecbeaa
diff -up tftp-hpa-5.2/tftp/tftp.c.gcc10 tftp-hpa-5.2/tftp/tftp.c
ecbeaa
--- tftp-hpa-5.2/tftp/tftp.c.gcc10	2020-05-04 00:56:28.787896509 +0200
ecbeaa
+++ tftp-hpa-5.2/tftp/tftp.c	2020-05-04 00:58:42.502901005 +0200
ecbeaa
@@ -48,7 +48,7 @@ extern int maxtimeout;
ecbeaa
 #define PKTSIZE    SEGSIZE+4
ecbeaa
 char ackbuf[PKTSIZE];
ecbeaa
 int timeout;
ecbeaa
-sigjmp_buf toplevel;
ecbeaa
+extern sigjmp_buf toplevel;
ecbeaa
 sigjmp_buf timeoutbuf;
ecbeaa
 
ecbeaa
 static void nak(int, const char *);