Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705834
Collapse All | Expand All

(-)a/tftp/tftp.c (-2 / +1 lines)
Lines 48-54 extern int maxtimeout; Link Here
48
#define PKTSIZE    SEGSIZE+4
48
#define PKTSIZE    SEGSIZE+4
49
char ackbuf[PKTSIZE];
49
char ackbuf[PKTSIZE];
50
int timeout;
50
int timeout;
51
sigjmp_buf toplevel;
51
extern sigjmp_buf toplevel;
52
sigjmp_buf timeoutbuf;
52
sigjmp_buf timeoutbuf;
53
53
54
static void nak(int, const char *);
54
static void nak(int, const char *);
55
- 

Return to bug 705834