forked from mirrors/tftp-hpa-google
Add readline support in tftp client; some additional minor cleanups.
This commit is contained in:
parent
9570005ba2
commit
9753e234c6
5 changed files with 46 additions and 19 deletions
|
@ -66,8 +66,6 @@ static const char *rcsid UNUSED =
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#define PKTSIZE MAX_SEGSIZE+4 /* should be moved to tftp.h */
|
||||
|
||||
int segsize = SEGSIZE; /* Default segsize */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue