freebsd-ports/ftp/tftp-hpa/files/patch-tftp_tftp.c
Brooks Davis bcd9ad1bf8 Fix build with clang 11/gcc 10.
Add LICENSE.  Pet portlint.  Reduce REINPLACE_CMD use.

Drop maintainership, I don't this anymore.
2020-09-14 20:34:21 +00:00

11 lines
283 B
C

--- 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 *);